Skip to content

Commit

Permalink
fix(backend): Fetch posts for owner
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 12, 2024
1 parent 99edae7 commit 2807f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utils/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async def fetch_agents(ids: list[str] | None = None) -> list[FetchedAgent]:
result = await client.get_posts(
post_filter=PostFilter(
types=[config.ALEPH_AGENT_POST_TYPE],
addresses=[config.ALEPH_SENDER],
addresses=[config.ALEPH_OWNER],
tags=ids,
channels=[config.ALEPH_CHANNEL],
)
Expand Down

0 comments on commit 2807f8f

Please sign in to comment.