Skip to content

Commit

Permalink
fix(search-and-discover): put media url when sending.
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan2232004 committed Dec 18, 2024
1 parent 1892e25 commit 7440113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/chat/view_model/chatting_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class ChattingController {

final msgEvent = SendMessageEvent({
'chatId': chatID,
'media': content,
'media': content.getMediaURL(),
'content': content.getContent(),
'contentType': contentType.content,
'parentMessageId': parentMessgeId,
Expand Down

0 comments on commit 7440113

Please sign in to comment.