feat(shared): mark_attachment_viewed + view_once on AttachmentHandle

This commit is contained in:
byGalax
2026-05-16 18:12:15 +02:00
parent 526f9d7bcc
commit 915569db39
3 changed files with 41 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ export * from './types';
export * from './userKeyMigration';
export * from './pinnedMessages';
export * from './mentions';
export * from './viewOnceAttachments';
// ----- RPC wrappers ---------------------------------------------------------