Create ThreadView phase in RightPanel
This commit is contained in:
parent
7d4698da49
commit
d971802789
6 changed files with 134 additions and 6 deletions
|
@ -37,6 +37,9 @@ export enum RightPanelPhases {
|
|||
SpaceMemberList = "SpaceMemberList",
|
||||
SpaceMemberInfo = "SpaceMemberInfo",
|
||||
Space3pidMemberInfo = "Space3pidMemberInfo",
|
||||
|
||||
// Thread stuff
|
||||
ThreadView = "ThreadView",
|
||||
}
|
||||
|
||||
// These are the phases that are safe to persist (the ones that don't require additional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue