Skip to content

Commit

Permalink
Fix #432 - we want to remove the identity warning when an OTR session…
Browse files Browse the repository at this point in the history
… ends
  • Loading branch information
olabini committed Jun 3, 2017
1 parent 55b4d36 commit 77b67ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/account_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func (u *gtkUI) handlePeerEvent(ev events.Peer) {
convWindowNowOrLater(account, peer, u, func(cv conversationView) {
cv.displayNotification(i18n.Local("Private conversation has ended."))
cv.updateSecurityWarning()
cv.removeIdentityVerificationWarning()
cv.haveShownPrivateEndedNotification()
})

Expand Down
1 change: 1 addition & 0 deletions gui/conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var (

type conversationView interface {
showIdentityVerificationWarning(u *gtkUI)
removeIdentityVerificationWarning()
updateSecurityWarning()
show(userInitiated bool)
appendStatus(from string, timestamp time.Time, show, showStatus string, gone bool)
Expand Down

0 comments on commit 77b67ae

Please sign in to comment.