diff --git a/js/models/conversations.js b/js/models/conversations.js index bcd00d8af..19e701c98 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -2080,6 +2080,7 @@ source, 'private' ); + window.log.info(`Notify called on a different conversation. expected: ${this.id}. actual: ${conversation.id}`); } catch (e) { return Promise.reject('Failed to fetch conversation'); }