Add direct message tab.
This commit is contained in:
parent
7f13cbc493
commit
b37a0f4f23
7 changed files with 32 additions and 1 deletions
|
@ -41,7 +41,8 @@ export const defaultState = {
|
|||
own: emptyTl(),
|
||||
publicAndExternal: emptyTl(),
|
||||
friends: emptyTl(),
|
||||
tag: emptyTl()
|
||||
tag: emptyTl(),
|
||||
dms: emptyTl()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue