feat: Add user-specific group retrieval and enhance UI with dynamic theming
This commit is contained in:
@@ -3,11 +3,13 @@ class Message {
|
||||
final DateTime timestamp;
|
||||
final String senderId;
|
||||
final String senderName;
|
||||
final String groupId;
|
||||
|
||||
Message({
|
||||
required this.text,
|
||||
required this.timestamp,
|
||||
required this.senderId,
|
||||
required this.senderName,
|
||||
required this.groupId,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user