Improve communication
This commit is contained in:
parent
b906b083bc
commit
214407bdc8
4 changed files with 49 additions and 29 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue