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

Multiline messages are sent as multiple messages, #11

Open
dschrempf opened this issue Aug 3, 2021 · 2 comments
Open

Multiline messages are sent as multiple messages, #11

dschrempf opened this issue Aug 3, 2021 · 2 comments

Comments

@dschrempf
Copy link

dschrempf commented Aug 3, 2021

When redacting a message composing multiple lines, each line is sent separately. This has some major issues. Lines can arrive out of order, lines may not arrive at the other end because sending is blocked.

Is there a way to send a multiline message in one go?

EDIT: I know about multipline.pl, but I really prefer this way, like so I can use whatever editor I like best.

@dschrempf
Copy link
Author

dschrempf commented Aug 3, 2021

I just realized that this is server dependent. I think wee-slack has a multine implementation but weechat-matrix does not. My point: maybe there is no way to fix this on the edit-weechat side. In this case, please close this issue!

@Farzat07
Copy link
Contributor

Ok so there is actually a way to send multiline messages:

/buffer set input_multiline 1

This makes the buffer send messages as multiline

In normal IRC this ends up showing only the first line, but in matrix this properly sends a multiline message.

If you want to make the change persistent and for all buffers, you have to use the buffer_autoset plugin

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

2 participants