server for refapp and refbot and other stuff
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor: drop dead refapp:null field from /v1/version (refapp reports its own version)

alpine (Jul 16, 2026, 12:04 AM +0200) 1bded36c 965818f6

-1
-1
src/routes/version.ts
··· 16 16 res.json({ 17 17 refserver: pkg.version, 18 18 refbot: botMeta?.version ?? null, 19 - refapp: null, 20 19 botDeployedAt: botMeta?.updatedAt ?? null, 21 20 }); 22 21 });