matrix-highlight icon indicating copy to clipboard operation
matrix-highlight copied to clipboard

Proper room management

Open DanilaFe opened this issue 3 years ago • 6 comments

Give the ability to create rooms, rename them, all of the good stuff.

DanilaFe avatar Dec 23 '21 00:12 DanilaFe

Can we also maybe automatically put the rooms into a predefined space?

meain avatar Jan 23 '22 06:01 meain

Yep, this is planned :)

On Sat, Jan 22, 2022 at 10:34 PM Abin Simon @.***> wrote:

Can we also maybe automatically put the rooms into a predefined space?

— Reply to this email directly, view it on GitHub https://github.com/DanilaFe/matrix-highlight/issues/19#issuecomment-1019425106, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBIYQVGC5PCA4OJ4ASFJPTUXOOOVANCNFSM5KTUPRCQ . You are receiving this because you authored the thread.Message ID: @.***>

DanilaFe avatar Jan 23 '22 06:01 DanilaFe

Just a suggestion on how the messages show up in the rooms. I am not sure if you are waiting for the threading MSC to officially land, but maybe having some context on which highlight a message belongs to in the chat would be nice(root comment + replies .. related: https://github.com/DanilaFe/matrix-highlight/issues/17). As of now, it just looks like random messages in the room.

meain avatar Jan 23 '22 06:01 meain

Here's what the replies look like on my version of element (app.element.io):

2022-01-22-224100_845x944_scrot

The actual highlights don't display as messages yet, but I anticipate that they will if extensible events (https://github.com/matrix-org/matrix-doc/pull/1617) will work as described in the spec.

DanilaFe avatar Jan 23 '22 06:01 DanilaFe

Oh, I was on develop.element.io and it did not have that This event could not be displayed thingy even and just showed up as regular messages.

meain avatar Jan 23 '22 07:01 meain

I think right now, the thread-aware version of Element doesn't allow unknown events to be thread roots. That's why they just show up on their own. They do have a m.relates_to key though.

DanilaFe avatar Jan 23 '22 07:01 DanilaFe