Fix duplicated messages in activity (#7418)

This commit is contained in:
Kristina 2024-12-10 17:37:26 +04:00 committed by GitHub
parent 49a55ae7d6
commit 1da5e6ce04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -316,6 +316,7 @@ export async function generateDocUpdateMessages (
) )
} }
} }
return res
} }
switch (tx._class) { switch (tx._class) {