Tag functionality added
This commit is contained in:
@@ -31,6 +31,7 @@ def public_feed(
|
||||
'title': item['title'],
|
||||
'url': item['url'],
|
||||
'comment': item['comment'],
|
||||
'tags': item['tags'],
|
||||
'user': {
|
||||
'username': item['username'],
|
||||
'avatar_url': item['avatar_url'],
|
||||
|
||||
Reference in New Issue
Block a user