Drop legacy feature flags

This commit is contained in:
Fedor Indutny 2022-02-04 13:33:09 -08:00 committed by GitHub
parent abcfa3cc35
commit 0d19f9131b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 61 deletions

View file

@ -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 });