Added missing action

This commit is contained in:
diamondburned (Forefront) 2020-07-03 16:55:27 -07:00
parent dd6b0669f2
commit 861177dd4a
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ func (ch *Channel) MessageActions(id string) []string {
DeleteAction,
NoopAction,
BestTrapAction,
TriggerTypingAction,
}
}