Process username changes in storage service

This commit is contained in:
Fedor Indutny 2023-02-02 10:03:51 -08:00 committed by GitHub
parent 71c97e9580
commit 1381e8df5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 252 additions and 53 deletions

View file

@ -97,7 +97,7 @@ export async function lookupConversationWithoutUuid(
conversationId = convo.id;
convo.set({ username: foundUsername.username });
await convo.updateUsername(foundUsername.username);
}
}