matrix-public-archive/server/lib
Eric Eastwood 9fc71a3412
Remove `matrix-bot-sdk` usage in tests (#15)
Remove `matrix-bot-sdk` usage in tests because it didn't have timestamp massaging `?ts` and it's not really necessary to rely on since we can just call the API directly 🤷. `matrix-bot-sdk` is also very annoying having to build rust crypto packages.

We're now using direct `fetch` requests against the Matrix API and lightweight `client` object.

All 3 current tests pass 
2022-06-09 20:44:57 -05:00
..
config.js Remove `matrix-bot-sdk` usage in tests (#15) 2022-06-09 20:44:57 -05:00
express-async-handler.js Fix lints 2022-02-15 21:33:31 -06:00
fetch-endpoint.js Remove `matrix-bot-sdk` usage in tests (#15) 2022-06-09 20:44:57 -05:00
status-error.js Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00