added send functionality to icon.
This commit is contained in:
@@ -18,7 +18,7 @@ class Conversation with ChangeNotifier {
|
||||
}
|
||||
|
||||
void loadChats() {
|
||||
chats = Server.getChatsByConversationID(conversationID);
|
||||
chats = Backend.getChatsByConversationID(conversationID);
|
||||
}
|
||||
|
||||
void setLabel() {
|
||||
|
||||
Reference in New Issue
Block a user