mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
5949571fe7
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/