Merge branch 'main' of gitlab.com:famedly/fluffychat

This commit is contained in:
Krille Fear 2021-11-06 12:10:33 +01:00
commit 7e832ae872
3 changed files with 2 additions and 3 deletions

View file

@ -125,7 +125,6 @@ class Message extends StatelessWidget {
senderId: event.senderId,
type: 'm.room.message',
room: event.room,
roomId: event.roomId,
status: EventStatus.sent,
originServerTs: DateTime.now(),
);