Doug
Doug
Just updating the snippet slightly, after realising that it didn't handle `nil` being returned. A better implementation would be: ``` ruby def self.define_predicate_methods methods.each do |method| define_method("#{method}?") do value =...
Another case that's presumably part of this issue: Tapping the status bar to scroll to the top of the room list leaves a gap if the large title was offscreen:...
Hi @sailoona just to confirm, are you attempting Token Authenticated Registration ala [MSC3231](https://github.com/govynnus/matrix-doc/blob/token-registration/proposals/3231-token-authenticated-registration.md) or is this some other flow that you're experiencing an issue with? Please could you add more...
Thanks, I've updated the issue accordingly 👍
I might be missing something on this one but for me, from the thread tapping the `…` button in the top right shows an action sheet with a "View in...
@lethargosapatheia Can you work around this by creating an unencrypted room and inviting the bot into that room? You can convert rooms to DMs by long pressing on the home...
Hi @arjenz, thanks very much for your contribution. We normally handle translation updates via https://translate.element.io/ as it avoids merge conflicts during our release process. Would you mind making the update...
This seems more intricate than at first glance: - The times shown on each room are correct, but the dates often are incorrect. - You have to disable "Pin rooms...
> Are those on by default? Or did I have to enable those at some point? So I genuinely thought they were but just checked and they're definitely defaulted to...
Ahhh, a little more investigation: Looks like they were being silently enabled by some [legacy defaults](https://github.com/vector-im/element-ios/pull/6373/files#diff-4864838732f302d54c97665b221f7e7d40366535c474e8148081e9e859daa602) that were removed recently in #6373 🎉