1 Feb 2024 |
Bram | That's not really an answer, is it? Saying "you should use [client]" doesn't answer the question whether it's possible to change notification settings in Hydrogen. | 08:48:00 |
Paul | it's a solution | 09:12:32 |
@life00:tchncs.de | In reply to Paul Change notification settings using element OK so only in other clients? I didn't know notification settings is cross client. | 14:07:54 |
Paul | https://spec.matrix.org/v1.9/client-server-api/#push-notifications | 14:08:23 |
@life00:tchncs.de | Thanks | 14:44:14 |
@life00:tchncs.de | I am running hydrogen on android, chromium. How do push notifications work? Through FCM (GCM)? | 14:50:03 |
@life00:tchncs.de | Or there is something weird related to chromium. | 14:50:18 |
| heet joined the room. | 23:47:09 |
2 Feb 2024 |
| @lutzl:element.io changed their display name from Lutz 🌍️ to Lutz 🌴 ( back 19-Feb ). | 16:51:31 |
| mijutu joined the room. | 21:36:54 |
3 Feb 2024 |
@life00:tchncs.de | Does anyone know how notifications in hydrogen work? | 07:11:28 |
@life00:tchncs.de | Does the browser keep a constant connection to the server or it checks for updates after a period of time? | 07:12:29 |
| Aminda ⚧️ Void set their display name to Aminda ⚧️ Void. | 07:44:37 |
| ~creme changed their profile picture. | 09:24:40 |
Bruno | In reply to @life00:tchncs.de Does the browser keep a constant connection to the server or it checks for updates after a period of time? It uses push notifications, using webpush | 10:00:24 |
mijutu | Is it possible to disable support for multiple matrix accounts? I'm setting up hydrogen for a group of people on a homeserver which uses sso only. It is a bit too easy for novice users to log in multiple times to same homeserver on the same hydrogen installation. | 10:18:57 |
mijutu | Another question: Assuming users typically have one session open, can I create a one link which leads each user to their session? I'd like to skip the "Continue as ..." phase by default. | 10:31:20 |
mijutu | * Another question: Assuming users typically have one session open, can I create one link which leads each user to their session? I'd like to skip the "Continue as ..." phase by default. | 10:33:00 |
@life00:tchncs.de | In reply to Bruno In reply to @life00:tchncs.de Does the browser keep a constant connection to the server or it checks for updates after a period of time? It uses push notifications, using webpush OK thanks. So there should be another intermediary? I guess for android chromium it should be FCM? | 10:42:30 |
Bruno | In reply to @life00:tchncs.de In reply to Bruno In reply to @life00:tchncs.de Does the browser keep a constant connection to the server or it checks for updates after a period of time? It uses push notifications, using webpush OK thanks. So there should be another intermediary? I guess for android chromium it should be FCM? If installed through the play store, yes. Also nsee sygnal for more info: https://github.com/matrix-org/sygnal/blob/main/docs/applications.md#webpush | 16:15:09 |
@life00:tchncs.de | Thanks | 17:52:40 |
4 Feb 2024 |
| heet set a profile picture. | 03:16:24 |
| James Reilly left the room. | 17:49:34 |
| XHawk87 joined the room. | 18:46:41 |
XHawk87 | Hi all. I'm looking into using Hydrogen as an embedded chatroom widget for the https://neko.m1k1o.net/#/ shared environment. It comes with a basic chatroom already, but it has some performance issues and is lacking in important features like a persistent chat history. Hydrogen looked like a promising alternative. The neko client is a Vue2 project using typescript, with npm and vue-cli as the build tools. I'm curious if anyone has attempted something like this before? Or what approach you would take if you were going to attempt something like this yourself? | 19:01:15 |
| ॐPablo set a profile picture. | 22:14:34 |
5 Feb 2024 |
Midhun | You need to use vite as the build tool to get the hydrogen-sdk working. vue-cli is based on webpack so that's going to be an issue. | 06:08:16 |
| Midhun changed their display name from Midhun [maintainer] to Midhun. | 06:09:08 |
XHawk87 | That makes sense. I guess building the chat widget as a separate project and then using an iframe to access it would be a cleaner approach then? | 13:26:27 |
Midhun | or you could try switching over to https://github.com/vuejs/create-vue which is based on vite | 13:33:57 |