Gary Kim

Results 53 comments of Gary Kim

I just added another $25 to the bounty for anyone that wants to work on this :smile:. The bounty is now up to $135

Is this Talk specific? It might be how Telegram forwards with images look. I'll take a look when I have a moment.

Thank you for your contribution. Could you drop the changes you made to all files except the `_locales/en/messages.json` one? All the other files need to be changed from Transifex instead.

It is starting to look like [MSC2312](https://github.com/matrix-org/matrix-doc/pull/2312) is solidified enough to maybe try implementing. Unfortunately, at least within Firefox, we can't currently register a handler for `matrix:` ([docs](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler)) but that...

> The current canonical way to link to matrix rooms, users, or events is to use matrix.to, see [here](https://github.com/matrix-org/matrix.to) As a browser application, we cannot add link handlers for other...

I'd accept the addition of this feature in such a way that the user can decide to save their credentials in their personal settings (**with a warning that Nextcloud server...

@Thatoo We already have Jitsi configurable: https://github.com/gary-kim/riotchat/blob/78eca86476c8b6bdd5bd572beba679a27a3a970a/src/components/AdminSettings.vue#L121-L134

Yes, that'd be the idea

That's strange, when a user logs out of Nextcloud, their session data should be deleted. https://github.com/nextcloud/server/blob/71109b74259fdc5ec78e278d1674cf314c414ae1/core/src/login.js#L35-L44

A possible issue might be that indexedDB data is not cleared. Let's see if that can be cleared on logout