Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room with Disappearing messages shows notification - no message available #23011

Closed
moan0s opened this issue Aug 5, 2022 · 1 comment
Closed
Labels

Comments

@moan0s
Copy link

moan0s commented Aug 5, 2022

Steps to reproduce

  1. Use an account on a Synapse server that makes use of retention (purges messages)
  2. Create a new room
  3. Send an m.retention event with a small retention time (here one hour)
{
  "type": "m.room.retention",
  "sender": "@xy:example.com",
  "content": {
    "max_lifetime": 3600000
  },
  "state_key": "",
  "origin_server_ts": 1641353041750,
  "unsigned": {
    "age": 17572771043
  },
  "event_id": "$7wf6WmAsADF56w3gPx-TSzeikYbeA-7kro77rT7nE",
  "room_id": "!ABCDEyfgmxxaqWTULn:example.com"
}
  1. Send some messages
  2. Log out and log in after messages have been purged (depends on server configuration).

Outcome

What did you expect?

The room looks as if there never was a message and no notification.

What happened instead?

You can see the room where you activated disappearing messages and see a notification (the small white dot). But the room itself is empty as all messages have been purged and there is no way to mark this room as read.
image

Operating system

Endeavour OS

Application version

Element version: 1.11.2 Olm version: 3.2.12

How did you install the app?

Endeavour OS community repo

Homeserver

https://synapse.hyteck.de

Will you send logs?

Yes

@moan0s moan0s added the T-Defect label Aug 5, 2022
@turt2live
Copy link
Member

Retention is not currently supported client-side.

See element-hq/element-meta#729

@turt2live turt2live closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants