mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-12-26 01:44:29 -05:00
This works for both live and paginated events. Each 'message' event has an associated '__room_member' key which points to the state of the sender at that point in time. Invites have an additional key '__target_room_member' which point to the state of the invitee at that point in time. This obviates the need for mapping user_ids to *current* displaynames in the message list, though this is still required for the user/presence list. |
||
|---|---|---|
| .. | ||
| components | ||
| home | ||
| img | ||
| js | ||
| login | ||
| media | ||
| recents | ||
| room | ||
| settings | ||
| test | ||
| user | ||
| app-controller.js | ||
| app-directive.js | ||
| app-filter.js | ||
| app.css | ||
| app.js | ||
| bootstrap.css | ||
| CAPTCHA_SETUP | ||
| favicon.ico | ||
| index.html | ||
| mobile.css | ||
| README | ||
Basic Usage
-----------
The web client should automatically run when running the home server.
Alternatively, you can run it stand-alone:
$ python -m SimpleHTTPServer
Then, open this URL in a WEB browser::
http://127.0.0.1:8000/