Handle external message deletions
This commit is contained in:
parent
026e8a17ca
commit
3ace4ef732
2 changed files with 7 additions and 1 deletions
widgets
|
@ -109,7 +109,6 @@ func (ml *MessageList) Height() int {
|
|||
}
|
||||
|
||||
func (ml *MessageList) storeUpdate(store *lib.MessageStore) {
|
||||
ml.logger.Println("message store updated")
|
||||
if ml.Store() != store {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue