2026-05-05 00:36:56 -07:00
2026-04-10 19:13:10 -07:00
2026-04-10 19:13:10 -07:00
2026-05-05 00:36:56 -07:00

matrix notification ux is fucking shit because most of the clients* have no way to let you find where the fucking pings are, so here is a script to put all your notifications in a room so you can see them and find who the fuck pinged you.

create conf.js and paste values

export const ACCESS_TOKEN = ""; // your access token you can get it from element settings
export const SERVER_URL = ""; // your matrix server url without trailing slash i.e. https://matrix-client.matrix.org
export const ROOM_ID = ""; // make a private room and put its id here
export const INTERVAL = 30; // how often to check for new notifications

run

deno run --allow-net --allow-read=last_ts --allow-write=last_ts wfp.js

* AFAIK only Cinny has a notification center, but it has no mobile app.

S
Description
Put all your matrix notifications in a room so you can see them
Readme 37 KiB
Languages
JavaScript 100%