feat(notes): Make JID "" for notes conversation.

Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
This commit is contained in:
Ikjot Singh Dhody 2023-03-06 18:47:31 +05:30
parent 34971950ad
commit 2b6ed19847

View File

@ -291,7 +291,7 @@ class ConversationsPageState extends State<ConversationsPage>
onTap: () {
context.read<NewConversationBloc>().add(
NewConversationAddedEvent(
"notes@self.me",
"",
t.pages.conversations.speeddialAddNoteToSelf,
"",
),