Use X-Signal-Receive-Stories header
This commit is contained in:
parent
c52fe3f377
commit
ebafc933b9
6 changed files with 66 additions and 12 deletions
|
@ -1256,7 +1256,11 @@ export async function mergeAccountRecord(
|
|||
window.storage.put('displayBadgesOnProfile', Boolean(displayBadgesOnProfile));
|
||||
window.storage.put('keepMutedChatsArchived', Boolean(keepMutedChatsArchived));
|
||||
window.storage.put('hasSetMyStoriesPrivacy', Boolean(hasSetMyStoriesPrivacy));
|
||||
window.storage.put('hasStoriesDisabled', Boolean(storiesDisabled));
|
||||
{
|
||||
const hasStoriesDisabled = Boolean(storiesDisabled);
|
||||
window.storage.put('hasStoriesDisabled', hasStoriesDisabled);
|
||||
window.textsecure.server?.onHasStoriesDisabledChange(hasStoriesDisabled);
|
||||
}
|
||||
|
||||
const ourID = window.ConversationController.getOurConversationId();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue