fix pleroma status retrieval when WS disabled
This commit is contained in:
parent
58a05e2b72
commit
b1a8ffee2f
|
@ -76,6 +76,7 @@ export class StreamingWrapper {
|
|||
setTimeout(() => {
|
||||
if (stream.type === StreamTypeEnum.personnal) {
|
||||
this.pullNewNotifications();
|
||||
this.pullNewStatuses();
|
||||
} else {
|
||||
this.pullNewStatuses();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue