add conversation to notice class
This commit is contained in:
parent
2674d40b62
commit
d1f46d8552
|
@ -46,6 +46,7 @@ class Notice extends Memcached_DataObject
|
|||
public $reply_to; // int(4)
|
||||
public $is_local; // tinyint(1)
|
||||
public $source; // varchar(32)
|
||||
public $conversation; // int(4)
|
||||
|
||||
/* Static get */
|
||||
function staticGet($k,$v=NULL) {
|
||||
|
|
|
@ -168,6 +168,7 @@ modified = 384
|
|||
reply_to = 1
|
||||
is_local = 17
|
||||
source = 2
|
||||
conversation = 1
|
||||
|
||||
[notice__keys]
|
||||
id = N
|
||||
|
|
Loading…
Reference in New Issue
Block a user