Frederic Desjardins wrote:
Hi I reinstalled Laconica 0.6.2. <http://0.6.2.> everything worked fine until I created a user and made an entry. There is no message displayed on the public timeline while on the user profile personal time line all the messages appear just fine....
What was the previous version of Laconica? You may need to set the is_public flag for your local messages, like this:

update notice join user on notice.profile_id = user.id set notice.is_local = 1;

This was a change a few versions back, but if you're upgrading from an old version you might need it.

-Evan

_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to