ginnyTheCat
ginnyTheCat
Send stickers to WhatsApp as actual stickers not images. Element Web  WhatsApp 
### Description Shows the in room active bridges in the room settings in a new "Integrations" tab. Clicking on the entry opens the platforms chat in a new tab (the...
### Description Adds more resilient password checks using the [zxcvbn](https://github.com/dropbox/zxcvbn) library. As it contains many tables to check against the library is pretty big. To mitigate this problem the `Auth`...
### Description Simplify markdown parsing to allow for new features and better spec compliance. - [x] Spoilers - [x] `||spoiler||` syntax - [x] new `||spoiler||(reason)` syntax - [ ] #370...
### Description Adds test for the markdown parsing and rendering present in the `markdown.js` using jest. #### Type of change - [x] Bug fix (non-breaking change which fixes an issue)...
I was trying to render [`public_transport=stop_area`](https://wiki.openstreetmap.org/wiki/Tag:public%20transport=stop%20area) to show subway station areas using the `relation_function` and it works great.   allows not just parsing opening ranges like in `opening_hours` but also points in times like in `collection_times` via a `mode` parameter with the following options: > - 0: time...