matrix-public-archive/shared
Eric Eastwood 8255e644e6
Fix broken links with the matrix-media-repo because there are too many slashes (#199)
The extra slash seems to work fine with the built-in media repo in Synapse but noticed broken links when using `matrix.org` which delegates to the `matrix-media-repo`

Before:
```
http://localhost:8008//_matrix/media/r0/thumbnail/my.synapse.server/abcde?width=30&height=30&method=crop
```

After:
```
http://localhost:8008/_matrix/media/r0/thumbnail/my.synapse.server/abcde?width=30&height=30&method=crop
```
2023-04-27 21:36:30 -05:00
..
lib Follow tombstone and predecessor history (#167) 2023-04-19 01:26:15 -05:00
viewmodels Fix typos where I mispelled homeserver (#195) 2023-04-27 00:00:56 -05:00
views Don't jump calendar around for events which appear in the future (#196) 2023-04-27 03:16:06 -05:00
.eslintrc.json Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00
hydrogen-vm-render-script.js Fix broken links with the matrix-media-repo because there are too many slashes (#199) 2023-04-27 21:36:30 -05:00
room-directory-vm-render-script.js Updates to be compatible with the latest Hydrogen changes (rename `urlCreator` -> `urlRouter`) (#134) 2022-11-10 17:37:08 -06:00