Drop legacy feature flags
This commit is contained in:
parent
abcfa3cc35
commit
0d19f9131b
3 changed files with 11 additions and 61 deletions
|
@ -5039,14 +5039,6 @@ export class ConversationModel extends window.Backbone
|
|||
// [X] markedUnread
|
||||
// [X] dontNotifyForMentionsIfMuted
|
||||
captureChange(logMessage: string): void {
|
||||
if (!window.Signal.RemoteConfig.isEnabled('desktop.storageWrite3')) {
|
||||
log.info(
|
||||
'conversation.captureChange: Returning early; desktop.storageWrite3 is falsey'
|
||||
);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
log.info('storageService[captureChange]', logMessage, this.idForLogging());
|
||||
this.set({ needsStorageServiceSync: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue