added send functionality to icon.

This commit is contained in:
Joshua
2024-07-10 13:44:16 -06:00
parent 097b99e0e6
commit 711991c7bf
13 changed files with 363 additions and 281 deletions
@@ -18,7 +18,7 @@ class Conversation with ChangeNotifier {
}
void loadChats() {
chats = Server.getChatsByConversationID(conversationID);
chats = Backend.getChatsByConversationID(conversationID);
}
void setLabel() {