add note of hardcoded pixelplanet url

This commit is contained in:
HF 2022-01-16 15:01:29 +01:00
parent f2035f9660
commit d3c9b96e6d

View File

@ -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