Alexei Sorokin ebfc248ff6 Various fixes | 4 years ago | |
---|---|---|
.. | ||
actions | 3 years ago | |
classes | 3 years ago | |
locale | 3 years ago | |
scripts | 3 years ago | |
README.md | 3 years ago | |
RealtimePlugin.php | 3 years ago |
As of StatusNet 1.0.x, actual formatting of the notices is done server-side, loaded by AJAX after the real-time notification comes in. This has the drawback that we may make extra HTTP requests and delay incoming notices a little, but means that formatting and internationalization is consistent.
== TODO ==