-
Notifications
You must be signed in to change notification settings - Fork 508
WIP: Private reply #4477
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
WIP: Private reply #4477
Conversation
Signed-off-by: Jakob Röhrl <[email protected]>
The thing is we prohibit this. You can not quote messages from chat A in chat B, to avoid leaking of messages when people are removed from chats etc. So my suggestion (same as for forward) would be to just copy the original text message with a But switching is not that easy, because you might not have the one-to-one chat before, so you first need to create it or rejoin it in case you left it. But all this can be done with a call to spreed/src/services/conversationsService.js Lines 129 to 137 in bd78555
From that function you should always get back the room data, so you can afterwards trigger a join for that token, but @ma12-co might be better in telling you where that code is |
|
@jancborchardt Should I use another icon? |
Signed-off-by: Jakob Röhrl <[email protected]>
37aa9de to
a633945
Compare
|
Converting to draft for easier sorting. |
🏓 |
|
@nickvergessen |
|
see: #4855 |
solves: #2800
This is only a 1st try, I don't know how hard it is do finish it.
Questions/Todo