From d3c9b96e6d0ee05e1b500b5688d6fd189b45a528 Mon Sep 17 00:00:00 2001 From: HF Date: Sun, 16 Jan 2022 15:01:29 +0100 Subject: [PATCH] add note of hardcoded pixelplanet url --- ppfun-bridge/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ppfun-bridge/README.md b/ppfun-bridge/README.md index 6a2f024..4a46736 100644 --- a/ppfun-bridge/README.md +++ b/ppfun-bridge/README.md @@ -52,6 +52,8 @@ pm2 log ppfun-bridge The bridge automatically creates matrix rooms for all public pixelplanet channels available and makes the '@pp_admin:pixelplanet.fun' user admin. You want to create this admin user first to be able to login as it. Or change the room-creation code in `src/ppfunMatrixBridge.js` in the `connectRooms` method. +Some things are hardcoded there. +And the URL where to fetch chunks from pixelplanet is hardcoded in `src/pixelplanet/loadChunk.js`. ## References