Merge branch 'ebf201902022052' of cwtch.im/ui into master

This commit is contained in:
Sarah Jamie Lewis 2019-02-03 04:53:38 +00:00 committed by Gogs
commit 9787e9292a
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ func (this *GrandCentralDispatcher) sendMessage(message string, mID uint) {
}
func (this *GrandCentralDispatcher) loadMessagesPane(handle string) {
go this.loadMessagesPaneHelper(handle)
}
func (this *GrandCentralDispatcher) loadMessagesPaneHelper(handle string) {
this.ClearMessages()
this.SetCurrentOpenConversation(handle)
c := this.UIState.GetContact(handle)