Update hidden read receipts MSC

This commit is contained in:
Nicolas Werner 2022-06-14 00:35:28 +02:00
parent 2a6bf8e839
commit 6e1fec1e63
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 24 additions and 10 deletions

View file

@ -1172,7 +1172,9 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
"Show buttons to quickly reply, react or access additional options next to each "
"message.");
case ReadReceipts:
return tr("Show if your message was read.\nStatus is displayed next to timestamps.");
return tr(
"Show if your message was read.\nStatus is displayed next to timestamps.\nWarning: "
"If your homeserver does not support this, your rooms will never be marked as read!");
case DesktopNotifications:
return tr("Notify about received messages when the client is not currently focused.");
case AlertOnNotification: