forked from GNUsocial/gnu-social
Remove sequenceKey() since we now use Managed_DataObject
This commit is contained in:
@@ -61,11 +61,6 @@ class Inbox extends Managed_DataObject
|
||||
);
|
||||
}
|
||||
|
||||
function sequenceKey()
|
||||
{
|
||||
return array(false, false, false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new inbox from existing Notice_inbox stuff
|
||||
*/
|
||||
|
Reference in New Issue
Block a user