Damir Jelić

Results 351 comments of Damir Jelić

Registrations aren't supported in weechat-matrix, registrations usually require captcha solving which on the other hand require a browser. You'll have to use Element or some other client that does support...

The `/reply-matrix` feature doesn't do the rendering correctly on your side but it should™ render correctly on the other clients. The even rendering code isn't properly split out to allow...

Do you perhaps have a screenshot of the not so good result?

I don't think we should break `prefix_same_nick`, we could merge the first commit though, I think the Rust plugin does the same thing as the first commit.

The verification flow has changed since the introduction of cross signing and clients have gradually become unable to do the old flow. This version of `weechat-matrix` won't get support for...

It's usable though it doesn't have feature parity with the python script: https://github.com/poljar/weechat-matrix-rs/milestone/1. The storage will have breaking changes as well, so you might need to wipe the state occasionally,...

Any more info about that error, did another traceback happen before whas there some user interaction before that happened? That method is used to print out messages that you sent...

Actually looking at this, the key that it's using is an empty string, e.g. Python prints out the key in the traceback: ```python >>> x["a"] Traceback (most recent call last):...

> Message by me Traceback > 2021-04-23 23:23:15 2021-04-23 23:23:21 > no new message 2021-04-23 23:23:35 > 2021-06-22 10:03:20 2021-06-22 10:03:23 > 2021-06-22 10:04:06 2021-06-22 10:04:09 > > Also logs...

Sure, sounds like a good idea. Beware though that you would also need to store/restore the user id of our user since that info is as well provided by a...