Better logging for expiration timer updates
This commit is contained in:
parent
f9163f410e
commit
35e5eb847a
7 changed files with 84 additions and 54 deletions
|
@ -1870,7 +1870,9 @@ export async function createGroupV2({
|
|||
conversation.trigger('newmessage', model);
|
||||
|
||||
if (expireTimer) {
|
||||
await conversation.updateExpirationTimer(expireTimer);
|
||||
await conversation.updateExpirationTimer(expireTimer, {
|
||||
reason: 'createGroupV2',
|
||||
});
|
||||
}
|
||||
|
||||
return conversation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue