mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
remove unused definition
This commit is contained in:
parent
eb28373996
commit
e3e50cef30
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ const (
|
|||
ClusterEventPluginEvent ClusterEvent = "plugin_event"
|
||||
ClusterEventInvalidateCacheForTermsOfService ClusterEvent = "inv_terms_of_service"
|
||||
ClusterEventInvalidateCacheForUserAutoTranslation ClusterEvent = "inv_user_autotranslation"
|
||||
ClusterEventAutoTranslationTask ClusterEvent = "autotranslation_task"
|
||||
ClusterEventBusyStateChanged ClusterEvent = "busy_state_change"
|
||||
// Note: if you are adding a new event, please also add it in the slice of
|
||||
// m.ClusterEventMap in metrics/metrics.go file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue