Files
mattermost/app
jfrerich f3716caba9 [MM-18331] When patching a bot send websocket notification (#12373)
* When patching a bot, perform these two additional steps:

1. Update the user.UpdateAt value for the user/bot.

2. send the websocket event so all clients know a user update has
occured. This will tell clients to update the displayname

* Add check for UpdateAt.  Check that createdBot.UpdateAt is not equal
to patchedBot.UpdateAt

* re-add unintentional empty line delete in previous commit

* Don't create a fake updateAt time.  Let the Update() method handle the
change. User the returned updateUser for sending updated user event
2019-10-31 11:25:19 -05:00
..
2018-03-07 12:36:40 -06:00
2019-10-22 14:38:08 -04:00
2019-10-24 23:26:37 -04:00
2019-03-06 15:06:45 -05:00
2019-10-09 15:43:13 -04:00