forked from GNUsocial/gnu-social
OStatus: temporary output mode hack for apitimelineuser until PuSH feed generation is updated to use the shared code instead of output buffering
This commit is contained in:
parent
440ab90391
commit
880acb05b0
@ -196,7 +196,8 @@ class ApiTimelineUserAction extends ApiBareAuthAction
|
||||
|
||||
$atom->addEntryFromNotices($this->notices);
|
||||
|
||||
$this->raw($atom->getString());
|
||||
#$this->raw($atom->getString());
|
||||
print $atom->getString(); // temporary for output buffering
|
||||
|
||||
break;
|
||||
case 'json':
|
||||
|
Loading…
Reference in New Issue
Block a user