1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-mock.git synced 2024-12-27 13:46:44 +00:00

Added missing action

This commit is contained in:
diamondburned (Forefront) 2020-07-03 16:55:27 -07:00
parent dd6b0669f2
commit 861177dd4a

View file

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