mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Don't count muted convos in badge count by default
This commit is contained in:
@@ -57,3 +57,9 @@ window.hexToArrayBuffer = str => {
|
||||
};
|
||||
|
||||
window.MockSocket.prototype.addEventListener = () => null;
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.events = {
|
||||
on() {},
|
||||
trigger() {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user