mat-1 / variance

An opinionated fork of Cinny that aims to align itself more closely with Discord
https://variance.matdoes.dev
GNU Affero General Public License v3.0
21 stars 2 forks source link

List threads #7

Open niklaskorz opened 9 months ago

niklaskorz commented 9 months ago

Describe the problem

Discord shows a list of threads you have been active in recently, below the room name. Variance only shows the thread that is currently opened here.

Describe the solution you'd like

As far as I know, Matrix does not have a concept of "active" or "closed" threads, so something that might work instead: list all threads that I have posted to and that had any kind of interaction during the past 48 hours. Maybe this could also be configurable.

I might have a shot at implementing this myself, but first wanted some discussion on what threads to display.

Another problem Variance does not yet solve is that Discord also has searchable list of all threads in the current room.

Alternatives considered

No response

Additional context

No response

niklaskorz commented 9 months ago

I generally think the way threads are displayed in Variance is great though! I like it much better than the column-layout of Element, and it's rather unfortunate the Cinny devs don't have any interest in supporting threads right now.