Simon Kempendorf
Simon Kempendorf
We still use [soal/vue-mapbox](https://github.com/soal/vue-mapbox), which doesn't seem to be maintained anymore. We could switch to [this maintained fork (geospoc/v-mapbox)](https://github.com/geospoc/v-mapbox), or use something else like [studiometa/vue-mapbox-gl](https://github.com/studiometa/vue-mapbox-gl).
For our encryption, double ratchet, we need to settings: max_skip and max_cache. Those define, how many missed messages will be tolerated for a connection. We increased max_skip, but not max_cache....
After fixing #2, we can finalize the tests or add tests, which use websockets.
When running the tests, a headless firefox is started and running against a local server, so we need a websocket to localhost. This works in different browsers, but not in...
We could add browser push messages, so you can receive notifications like in the app (new chat messages, someone started sharing location, etc.). Maybe this requires changes to the server...