Damir Jelić
Damir Jelić
Did you run `/save` before the reload?
At this point it's unlikely to be implemented in the script even though a PR has been available for quite some time here https://github.com/poljar/weechat-matrix/pull/28. The Rust rewrite will support this.
Once the rust plugin has feature parity the script will be abandoned, until then the script is in maintenance mode.
The script has some hacks and it'll use display names if there are no conflicts, but it's lacking any smart way to deal with the conflicts so it just uses...
So the script will some times use display names but some times the local part of the full user id. So it seems to work as intended even though it's...
No issue exists, but there is a PR #28.
I'm not really sure how those work, they are triggered by Weechat itself, it could be that read notifications disable it on buffers wehre it's missing.
1. No, you might modify https://github.com/poljar/weechat-matrix/pull/130 to suit your needs. 2. I think it's a bit undefined as to what will happen when you try fetching more lines than `weechat.history.max_buffer_lines_number`....
The error is in the schema of nio, it's a bit overzealous, some of the fields should not be marked as required and should have set defaults: https://github.com/poljar/matrix-nio/blob/master/nio/schemas.py#L323. Somebody was...
Sorry, no idea. Seems like it should work based on the buffer activity.