Alexei Sorokin 06dfd91a82 Various fixes | 4 år sedan | |
---|---|---|
.. | ||
actions | 4 år sedan | |
classes | 4 år sedan | |
locale | 5 år sedan | |
scripts | 5 år sedan | |
README.md | 5 år sedan | |
RealtimePlugin.php | 5 år sedan |
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 ==