Matteo Agius-D'Arrigo

Results 12 comments of Matteo Agius-D'Arrigo

Does anyone have any solutions for this issue? thanks ((please)) @andreamazz

If someone could specify what `fps` and `loop` should be set to for this example that would be great. I am confused as well.

I was able to have it working with a similar setup to yours. Except I never had those client--ssl.properties on the client because that is the job of the proxy,...

This broke my phone auth since I pass phone numbers, like `(123) 456-7890`, as a query param to the next screen 😞

Let me know if you guys found a solution to this issue please! @Gizmodo @Almazi

Hi [khushal87](https://github.com/khushal87) is this a bug or am i misconfiguring something? Thx

Getting: `TypeError: Cannot read property 'quoted_message' of undefined` When pressing on the "reply" option on a message

works if I add: ``` if (!message) { return null; } ``` right after the useMessageContext hook. Thanks!