Skip to content

Commit

Permalink
fix: Fetch uri for image but not working and indication of deleted me…
Browse files Browse the repository at this point in the history
…ssage #2771
  • Loading branch information
bibash28 committed Aug 1, 2024
1 parent e88c530 commit 202601a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chat_room/matrix_chat/matrix_chat_interface.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ abstract class MatrixChatInterface {
int width = 500,
int height = 500,
});
String getUrlFromImage(String url);
Future<String> login({
required String username,
required String password,
Expand Down

0 comments on commit 202601a

Please sign in to comment.