forked from GNUsocial/gnu-social
realtime_channel must always be writeable
This commit is contained in:
parent
b3f8ab0beb
commit
15f8beef5f
@ -468,4 +468,9 @@ class RealtimePlugin extends Plugin
|
||||
|
||||
return $timeline;
|
||||
}
|
||||
|
||||
function onStartReadWriteTables(&$alwaysRW, &$rwdb)
|
||||
{
|
||||
$alwaysRW[] = 'realtime_channel';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user