Skip to content

[FEATURE REQUEST] Don't send RemoteNickFormat if sender of the last message is the same as the sender of the new message. #184

@SwirlyStone5877

Description

@SwirlyStone5877

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

  1. make RemoteNickFormat take up only one line - maybe, but still cluttered and odd to look at
  2. 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.
  3. continuously edit the last message - good for me, but forcing everyone to do that wouldn't be easy

Additional context
None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions