forked from GNUsocial/gnu-social
some formatting changes to make inblobs work
This commit is contained in:
@@ -296,6 +296,7 @@ class User extends Memcached_DataObject
|
||||
$inbox = new Inbox();
|
||||
|
||||
$inbox->user_id = $user->id;
|
||||
$inbox->notice_ids = '';
|
||||
|
||||
$result = $inbox->insert();
|
||||
|
||||
|
Reference in New Issue
Block a user