mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
remove message payload from RemoteClusterFrame audit (#27048)
This commit is contained in:
@@ -251,7 +251,8 @@ type RemoteClusterFrame struct {
|
||||
func (f *RemoteClusterFrame) Auditable() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"remote_id": f.RemoteId,
|
||||
"msg": f.Msg,
|
||||
"msg_id": f.Msg.Id,
|
||||
"topic": f.Msg.Topic,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user