feat: Add draft messages store (#7476)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const data = { 'draft-32-REPLY': 'Hey how ', 'draft-31-REPLY': 'Nice' };
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
export const data = { 'draft-32-REPLY': 'Hey how ', 'draft-31-REPLY': 'Nice' };
|
||||