Merge branch 'feature/FullStack' of https://github.com/KometTeam/Komet into feature/FullStack

# Conflicts:
#	lib/frontend/screens/chats/chat_screen.dart
#	lib/frontend/widgets/message_bubble.dart
This commit is contained in:
klockky
2026-06-22 17:32:33 +03:00
14 changed files with 1866 additions and 444 deletions
+2 -5
View File
@@ -386,9 +386,7 @@ class MessageBubble extends StatelessWidget {
);
}
return GestureDetector(
onTap: Haptics.tap,
child: Padding(
return Padding(
padding: EdgeInsets.only(
left: 12,
right: 12,
@@ -453,8 +451,7 @@ class MessageBubble extends StatelessWidget {
],
),
),
),
);
);
}
Map? _resolveReactionInfo() {