Allow plugins to delete messages
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 30/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- go
- Domain
- api, backend-api-design
Research direction
Start at the plugin API's SendMessage entry point and review how plugins currently address messages. Compare the requested individual-message and application-wide deletion behavior with gotify/server issue #266, then define the message ID and deletion semantics that both sides must support before implementation. Done means the API contract clearly covers both deletion scopes.
Written by the indexing model from the issue text.
Description
Allowing plugins to either delete individual messages or all messages of their respective application would add significant flexibility.
To be able to delete individual messages the SendMessage would also have to return some kind of message ID, so that the plugin knows which message to delete.
Together with https://github.com/gotify/server/issues/266 this could be utilized so that a plugin can discard a message on all connected clients given some certain event.
- Dominant language
- Go
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from gotify/plugin-api
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
gotify/plugin-api#11 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
gotify/plugin-api#8 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
gotify/plugin-api#6 · 2 comments ·
-
new-api
Difficulty 5/5 Over a week Newbie friendliness 25/100
gotify/plugin-api#3 · 4 comments · 1 reaction ·
All issues in gotify/plugin-api
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Bob Shell support Openenhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
santhosh-tekuri/jsonschema#276 ·