RocketChat / Rocket.Chat.Android

Legacy mobile Rocket.Chat client in Kotlin for Android
https://rocket.chat
MIT License
871 stars 556 forks source link

[NEW] Honor "Hide Message" options #418

Open danieljhochman opened 7 years ago

danieljhochman commented 7 years ago

Android Version 1.0.16

Please honor the following admin settings (from web admin) in the app:

Hide "User Added" messages Hide "User Removed" messages Hide "User Join" messages Hide "User Leave" messages Hide "User Muted / Unmuted" messages

The "User Added" one is the most important for our use-case. Currently, these auto-messages are showing in the app and there is no way to hide them. For example, we created a room and added 100s of users, so now it shows 100s of messages.

rafaelks commented 7 years ago

@danieljhochman Good catch, thanks!

rafaelks commented 7 years ago

These are the settings:

brtptrs commented 6 years ago

We have many users complaining about this problem.

rafaelks commented 6 years ago

@brtptrs We're currently working in some important architecture changes in our Messages database objects, we'll be able to resolve this issue very easily after that. 👍