Full Changelog: 2.6.3...2.6.4
What's Changed
- Adds new capabilities to control the upcoming message operations. #1949
- These include:
message-update-any
- the ability to edit a message created by any client on a given channel.message-update-own
- the ability to edit only the messages created by the requesting client on a given channel.message-delete-any
- the ability to delete a message created by any client on a given channel.message-delete-own
- the ability to delete only the messages created by the requesting client on a given channel.