mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
da2f5aac0e
In case of image message, the body can be a JSON object (ImageInfo) and ngSanitize does not like that (ie it generates exception in the console) |
||
---|---|---|
.. | ||
components | ||
img | ||
js | ||
login | ||
room | ||
rooms | ||
user | ||
app-controller.js | ||
app-directive.js | ||
app-filter.js | ||
app.css | ||
app.js | ||
favicon.ico | ||
index.html | ||
README |
Basic Usage ----------- The Synapse web client needs to be hosted by a basic HTTP server. You can use the Python simple HTTP server:: $ python -m SimpleHTTPServer Then, open this URL in a WEB browser:: http://127.0.0.1:8000/