Add Reply in thread
button to the right-click message context-menu (#9004)
This commit is contained in:
parent
dfa844a035
commit
787ace9dc5
13 changed files with 236 additions and 56 deletions
|
@ -326,4 +326,9 @@ export enum Action {
|
|||
* Fires with the PlatformSetPayload.
|
||||
*/
|
||||
PlatformSet = "platform_set",
|
||||
|
||||
/**
|
||||
* Fired when we want to view a thread, either a new one or an existing one
|
||||
*/
|
||||
ShowThread = "show_thread",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue