changed link to directly open the chat

This commit is contained in:
2026-02-01 15:20:01 +01:00
parent 174e6ac0b7
commit 92a9a7358e
4 changed files with 19 additions and 11 deletions

View File

@@ -315,7 +315,8 @@ class _ChatBubbleState extends State<ChatBubble> with SingleTickerProviderStateM
shrinkWrap: true,
children: [
PollOptionsList(
pollData: pollData
pollData: pollData,
chatToken: widget.chatData.token
)
]
);