GNOME Bugzilla – Bug 779435
telepathyClient: Use a single update for text and timestamp
Last modified: 2017-03-01 19:49:37 UTC
Meh, I messed up - see patch.
Created attachment 346991 [details] [review] telepathyClient: Use a single update for text and timestamp Commit c6f22826cf added a call to update() to refresh the notification time for sent and received messages. However as it omits the bannerMarkup parameter, escaped text like ''' now makes it through verbatim. Rather than adding the parameter, we can just refresh the timestamp in the existing update() call to fix the issue - it means the notification timestamp is only refreshed for received messages, but that reflects the text shown in the notification, which isn't updated for sent messages either.
Review of attachment 346991 [details] [review]: ok
Attachment 346991 [details] pushed as 645aa01 - telepathyClient: Use a single update for text and timestamp