It is set to -2 on the db and I have this also set

    const LOCAL_PUBLIC    =  1;
    const REMOTE_OMB      =  0;
    const LOCAL_NONPUBLIC = -1;
    const GATEWAY         = -2;

in classes/Notice.php

there is no lib/Notice.php
So I guess that is the file you talking about?

Thanks
Tim

On Sat, Dec 19, 2009 at 4:28 PM, Zach Copley <[email protected]> wrote:

> Evan Prodromou wrote:
>
>> Timothy wrote:
>>
>>> I have a problem that is killing me. When we enable "Import my Friends
>>> Timeline." are we saying show this on the public timeline.?
>>>
>> No, that's not right.
>>
>
>  Zach, can you check this out?
>>
>>> I thought this was suppose to appear just on the their private timeline?
>>>
>> Yeah, correct.
>>
>
> Hey Timothy,
>
> I suspect that the is_local column on the imported Twitter notices is not
> getting set to -2, which is what it should get set to.  Are you able to look
> in your database?  What's in is_local on the Twitter notices?
>
> Also, is GATEWAY Notice::GATEWAY defined in your copy of lib/Notice.php?
>
> There should be this line somewhere near the beginning of the file.
>
> const GATEWAY = -2;
>
> Zach
>
> --
> Zach Copley
> [email protected] - http://identi.ca/zach
>
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to