Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add prefixes with username for outgoing messages to puppeted networks #29

Open
MurzNN opened this issue Aug 29, 2017 · 0 comments

Comments

@MurzNN
Copy link

MurzNN commented Aug 29, 2017

By default, puppets create rooms with one Matrix user (owner of a puppet) and users from remote networks. But we can join other Matrix users to this room, so several Matrix users will can talk via one puppet bridge on remote network. This is good solution for company accounts, for example company have corporate Skype account and all company users can use it for talking with clients.

The problem is that outgoing messages miss original author info, so remote network users see all messages from one author - here is example of Matrix room log:

Client (Skype): Hot to fix this problem?
Alice: My programmer will answer you soon...
Bob: You must reinstall windows!

And here is Skype room log:

Client: Hot to fix this problem?
Companyname: My programmer will answer you soon...
Companyname: You must reinstall windows!

For solve this problem will be good to have an option (per-puppet or per-room) for add prefixes to each outgoing messages from Matrix users, so remote network users will see original owner of each message:

Client: Hot to fix this problem?
Companyname: <Alice> My programmer will answer you soon...
Companyname: <Bob> You must reinstall windows!

Can we add this feature to matrix puppet bridge library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant