Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

We should generate sensible default names for rooms serverside rather than relying on clients to get it right. (SYN-265) #1283

Closed
matrixbot opened this issue Feb 11, 2015 · 5 comments
Labels
z-feature (Deprecated Label) z-p2 (Deprecated Label)

Comments

@matrixbot
Copy link
Member

Currently if a room has no explicit name (e.g. Matrix HQ) it's up to the client to synthesise one by looking at the membership list, etc. This is not ideal, because:

  • It means we have to xfer the whole membership list just to display the Recents index
  • It means clients have to get the logic right, and be consistent across multiple different implementations (which currently we fail abjectly at).

So let's do it serverside instead. We can even internationalise it if needed

(Imported from https://matrix.org/jira/browse/SYN-265)

(Reported by @ara4n)

@matrixbot
Copy link
Member Author

Jira watchers: @ara4n @richvdh

@matrixbot
Copy link
Member Author

matrixbot commented Feb 11, 2015

Links exported from Jira:

relates to matrix-org/matrix-spec-proposals#688

@matrixbot
Copy link
Member Author

matrixbot commented Jul 12, 2016

This would be the implementation of matrix-org/matrix-spec-proposals#688

-- @richvdh

@matrixbot matrixbot added z-p2 (Deprecated Label) z-feature (Deprecated Label) labels Nov 7, 2016
@matrixbot matrixbot changed the title We should generate sensible default names for rooms serverside rather than relying on clients to get it right. (SYN-265) We should generate sensible default names for rooms serverside rather than relying on clients to get it right. (https://github.com/matrix-org/synapse/issues/1283) Nov 7, 2016
@matrixbot matrixbot changed the title We should generate sensible default names for rooms serverside rather than relying on clients to get it right. (https://github.com/matrix-org/synapse/issues/1283) We should generate sensible default names for rooms serverside rather than relying on clients to get it right. (SYN-265) Nov 7, 2016
@ara4n
Copy link
Member

ara4n commented Jun 10, 2018

going to keep discussion on this over at matrix-org/matrix-spec-proposals#688

@richvdh
Copy link
Member

richvdh commented Jan 13, 2020

matrix-org/matrix-spec-proposals#688 was the spec issue tracking this, and it got resolved via the room summary. It's surprisingly hard to do better than that, and if we ever wanted to, it would be primarily a spec issue, so I'm going to consider this resolved.

@richvdh richvdh closed this as completed Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-feature (Deprecated Label) z-p2 (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

3 participants