Allow user to 'pin' posts in their own blog
This is very similar to what it's available for communities, I think we should allow users to PIN posts in their own blog too.
This is very similar to what it's available for communities, I think we should allow users to PIN posts in their own blog too.
From some of the features you proposed I see a pretty solid vision.
If we defined 'blog' as a private community and allowed reblogs to form links between different communities, then naturally blog would get all the community features. APIs could still make difference between blog and current communities (just like they do now - by name), but internally they could be the same. I like it.
It would have influence on many calls though. At the moment for bridge.get_account_posts
'blog' is a set of top posts of blogger account excluding community posts but including explicit reblogs. It is no longer true with 'feed' that should be a sum of 'blogs' of people followed by the blogger, yet there is no filtering for community posts. On top of that condenser_api
calls don't filter for community posts at all, neither when you query for 'blog' nor 'feed'.
mentioned in issue tasks_without_projects_yet#29 (closed)