Is your feature request related to a problem? Please describe.
The channel gets cluttered if I send multiple messages because RemoteNickFormat is sent with every single message through a gateway.
Currently it is:
[Swirly on matrix]
test
[Swirly on matrix]
this could get cluttered quickly
[Swirly on matrix]
like nearly twice the height
[Someone Else on discord]
true though
[Swirly on matrix]
right???
Describe the solution you'd like
If the sender of the previous message is the same as the sender of the new message, RemoteNickFormat shouldn't be prefixed on the message.
It should be:
[Swirly on matrix]
test
this could get cluttered quickly
like nearly twice the height
[Someone Else on discord]
true though
[Swirly on matrix]
right???
Describe alternatives you've considered
- make
RemoteNickFormat take up only one line - maybe, but still cluttered and odd to look at
- enable webhooks on the Discord end - I would have to deal with two forms of messages for
RemoteNickFormat then: normal webhook messages and replies. I would go into further detail but this is not the focus.
- continuously edit the last message - good for me, but forcing everyone to do that wouldn't be easy
Additional context
None.
Is your feature request related to a problem? Please describe.
The channel gets cluttered if I send multiple messages because
RemoteNickFormatis sent with every single message through a gateway.Currently it is:
Describe the solution you'd like
If the sender of the previous message is the same as the sender of the new message,
RemoteNickFormatshouldn't be prefixed on the message.It should be:
Describe alternatives you've considered
RemoteNickFormattake up only one line - maybe, but still cluttered and odd to look atRemoteNickFormatthen: normal webhook messages and replies. I would go into further detail but this is not the focus.Additional context
None.