Laszlo

Results 9 comments of Laszlo

I don't have any immediate/short term plans to work on implementations for these suggestions, though if anyone else does so I'll make sure to test and give feedback.

I meant for this ticket to exist even though the CDN builds have been fixed by now. If for some reason in the future (an overactive adblocker; a network error;...

I ran into this issue as well. Note a more stable workaround than manually editing `client-element/config.json` is adding to your `vars.yml`: ``` matrix_client_element_default_is_url: https://vector.im ``` Might be worth adding a...

I created a Github workflow that compiles Mastodon from source, packages it as a deb then publishes that deb as a release asset: https://github.com/laszlovl/mastodon-build Note that installing this package just...

You're probably hitting this issue in Ejabberd: https://github.com/processone/ejabberd/issues/2186 Try adding to your ejabberd config: `s2s_cafile: "/etc/ssl/certs/ca-certificates.crt"`

I randomly selected this bug as a potential good "first issue" to familiarize myself with the codebase, but it turns out it's a bit more complicated :-) Element-Android's current behavior...

I would like to join the plea for adding multiple account support to riotX from the start, I hope you will consider my perspective worthwhile enough to keep it as...

> For instance, you are speaking of separating personal and work identities, and given that you seem not to be satisfied by using different Display Names in rooms which are...

During a recent sprint, we managed to create a working POC for webpush in Converse. If you're interested in the (extremely rough) code you can check https://github.com/laszlovl/converse.js/commits/push and https://modules.prosody.im/mod_web_push.html.