Skip to content

Commit

Permalink
Fix: Add author_realname to query params for feed view posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifycode authored and tuxpiper committed Jan 22, 2025
1 parent 5dff773 commit b88d295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/sdk/src/lib/helpers/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export const ONLY = {
NAME_ID_COLOR: 'name,id,color',
NAME_COLOR_PERMISSIONS: 'name,color,everyone_can_create,can_create',
NAME_ID_DESCRIPTION: 'name,id,description',
NEEDED_POSTS_LIST_PROPERTIES: 'id,title,content,status,color,contact,locks,post_media,data_source_message_id,post_date',
NEEDED_POSTS_LIST_PROPERTIES:
'id,title,content,author_realname,status,color,contact,locks,post_media,data_source_message_id,post_date',
TAG_ID_PARENTID_PARENT_SLUG: 'tag,id,parent_id,parent,slug',
TAG_ID_PARENTID_PARENT_SLUG_CHILDREN: 'tag,id,parent_id,parent,slug,children',
TAG_ID_PARENTID_CHILDREN: 'tag,id,parent_id,children',
Expand Down

0 comments on commit b88d295

Please sign in to comment.