chore: Follow up threads

This commit is contained in:
Christian Kußowski 2025-11-05 08:38:35 +01:00
commit 39bdc34eb9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 32 additions and 16 deletions

View file

@ -77,6 +77,8 @@ class ChatEmojiPicker extends StatelessWidget {
'url': sticker.url.toString(),
},
type: EventTypes.Sticker,
threadRootEventId: controller.activeThreadId,
threadLastEventId: controller.threadLastEventId,
);
controller.hideEmojiPicker();
},