mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 09:07:00 -05:00
584591c3e3
Show the message sending flow state in the messages list: - While sending, the message appears semi transparent in the chat. - If successfully sent, it appears as before, ie normal - In case of failure, it appears in red with an Unsent text.
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/