RocketChat / RocketChat/Rocket.Chat
Missing permission edit-own-message
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
There is no way to prevent users from editing someone else's messages, so that they can still edit their own messages
Steps to reproduce:
- Go to Permissions
- Enter "message" in the search box
- The results will not include Edit own message
Expected behavior:
Some users would like their messages not to be able to be edited by others, but to be able to edit their own messages at the same time
Actual behavior:
You can only completely prohibit the editing of messages
Server Setup Information:
- Version of Rocket.Chat Server: 3.12.1
- Operating System: Debian
- Deployment Method: Docker
- Number of Running Instances: 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the permission that currently controls message editing and the Permissions search results for message-related entries. Done means users can be granted permission to edit their own messages while being prevented from editing messages written by others.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authorization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100