Skip to content

Commit

Permalink
chore: Follow up delete failed to send events
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Nov 5, 2023
1 parent 2d7301e commit 7d7e234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ class ChatController extends State<ChatPageWithRoom> {
for (final event in selectedEvents) {
await event.remove();
}
setState(selectedEvents.clear);
} catch (e, s) {
ErrorReporter(
context,
Expand Down

0 comments on commit 7d7e234

Please sign in to comment.