SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
387 stars 51 forks source link

automatically deleting messages #77

Open sysxda opened 2 years ago

sysxda commented 2 years ago

Good day, it would be nice to see in your application a function for automatically deleting messages or chats after a certain time ( minutes , hours ) . Thanks

SpiritCroc commented 2 years ago

I was just starting to write how this change doesn't make much sense without a server implementation, but seems like actually, there already is one: https://github.com/matrix-org/synapse/pull/6409

Since this feature is not a priority for me, I probably won't work on it. If somebody else implements it and provides means to only show the functionality in the client if supported by the server, I'm open for contributions.

Upstream discussion about implementing auto-deleting messages: https://github.com/vector-im/element-android/issues/747