Social: Own posts should also appear under "Home"

Created on 7 Dec 2018  路  5Comments  路  Source: nextcloud/social

On cloud.nextcloud.com: own posts should also appear under "Home". Currently they don't.

3. to review bug

Most helpful comment

this is already covered by #153 but as @jancborchardt suggested to split #153 up we maybe keep this one open and remove the point from #153?

All 5 comments

this is already covered by #153 but as @jancborchardt suggested to split #153 up we maybe keep this one open and remove the point from #153?

Ok, it seems the issue is coming from the fact that we're using INNER JOIN instead of RIGHT JOIN (to keep some compat with sqlite). If the table server_follows is totally empty, the SQL request returns no result.

The easiest (and yet almost perfectly clean) solution would be to create a random/empty/fake entry in the table server_follows.

@jancborchardt @juliushaertl - would you agree on creating a fake entry in the table during the installation process ?

@mathiasconradt just to confirm, do you still have issue right now ? if so, can you follow an account and check your Home stream ?

@daita Issue is resolved now (Home).

Following does not work, see https://github.com/nextcloud/social/issues/165

@daita regarding database questions I'm not the right person to ask. Probably @juliushaertl or @rullzer for example. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lachmanfrantisek picture lachmanfrantisek  路  7Comments

jancborchardt picture jancborchardt  路  6Comments

jancborchardt picture jancborchardt  路  5Comments

maiki picture maiki  路  5Comments

ArtificialOwl picture ArtificialOwl  路  7Comments