changed link to directly open the chat
This commit is contained in:
@@ -315,7 +315,8 @@ class _ChatBubbleState extends State<ChatBubble> with SingleTickerProviderStateM
|
||||
shrinkWrap: true,
|
||||
children: [
|
||||
PollOptionsList(
|
||||
pollData: pollData
|
||||
pollData: pollData,
|
||||
chatToken: widget.chatData.token
|
||||
)
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user