1
0
Fork 0

Improve communication

This commit is contained in:
Michael 2018-09-22 14:12:54 +00:00
commit 214407bdc8
4 changed files with 49 additions and 29 deletions

View file

@ -215,6 +215,10 @@ if (strlen($a->module)) {
* First see if we have an addon which is masquerading as a module.
*/
if ($a->module == 'object') {
$a->module = 'display';
}
// Compatibility with the Android Diaspora client
if ($a->module == 'stream') {
goaway('network?f=&order=post');