feat(notes): Make JID "" for notes conversation.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
This commit is contained in:
parent
34971950ad
commit
2b6ed19847
@ -291,7 +291,7 @@ class ConversationsPageState extends State<ConversationsPage>
|
|||||||
onTap: () {
|
onTap: () {
|
||||||
context.read<NewConversationBloc>().add(
|
context.read<NewConversationBloc>().add(
|
||||||
NewConversationAddedEvent(
|
NewConversationAddedEvent(
|
||||||
"notes@self.me",
|
"",
|
||||||
t.pages.conversations.speeddialAddNoteToSelf,
|
t.pages.conversations.speeddialAddNoteToSelf,
|
||||||
"",
|
"",
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user