xmpp: ALLOW SENDING MESSAGES

This commit is contained in:
2022-01-02 16:21:31 +01:00
parent ca11e31876
commit 2ee72c0345
8 changed files with 40 additions and 14 deletions

View File

@@ -133,11 +133,9 @@ class ConversationPage extends StatelessWidget {
sendMessage: (body) => store.dispatch(
// TODO
SendMessageAction(
from: "UwU",
timestamp: DateTime.now().millisecondsSinceEpoch,
body: body,
jid: jid,
cid: conversation.id
)
)
);