pushbits / server

A simple server for push notifications via Matrix (and a minimalistic alternative to Pushover and Gotify) 🚀📯
https://www.pushbits.io
ISC License
305 stars 18 forks source link

Add "delete" option for messages #27

Closed CubicrootXYZ closed 3 years ago

CubicrootXYZ commented 3 years ago

Gotify offers an option to delete messages. I'd like to see something similar in pushbits. But instead of deleting messages I'd prefere some sort of highlighting or reply.

One could use rich replies for that. Unfortunately reactions (those little emojis under a message) doesn't seem to be specified anywhere currently.

The event_id needs to be returned from /message endpoint as a identifier for the message.

eikendev commented 3 years ago

Like the idea! We also need to check what our Matrix library supports, implementing the calls in a custom way might get messy.

CubicrootXYZ commented 3 years ago

Possible solution: https://github.com/pushbits/server/pull/30

eikendev commented 3 years ago

Fixed in #30. Thanks a lot @CubicrootXYZ!