Using fetchThreadInfos in updateRole with the commbot ghost viewer results in the request's thread being filtered out. We instead use fetchServerThreadInfos instead here to avoid filtering based on the viewer
Depends on D13832
Paths
| Differential D13833 Authored by will on Oct 30 2024, 12:45 PM.
Details Summary Using fetchThreadInfos in updateRole with the commbot ghost viewer results in the request's thread being filtered out. We instead use fetchServerThreadInfos instead here to avoid filtering based on the viewer Depends on D13832 Test Plan No longer received ServerError: invalid_parameters later in stack when attempting to create a farcaster channel community with farcaster bot and updating role with commbot as viewer
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptOct 30 2024, 12:45 PM2024-10-30 12:45:15 (UTC-7) will added a child revision: D13775: [keyserver] add community creation logic to farcaster webhook responder.Oct 30 2024, 1:31 PM2024-10-30 13:31:25 (UTC-7) will removed a child revision: D13775: [keyserver] add community creation logic to farcaster webhook responder. Harbormaster completed remote builds in B32450: Diff 45483.Oct 30 2024, 1:36 PM2024-10-30 13:36:15 (UTC-7) This revision is now accepted and ready to land.Oct 30 2024, 2:40 PM2024-10-30 14:40:42 (UTC-7) Closed by commit rCOMM8af524910694: [keyserver] Use fetchServerThreadInfos instead of fetchThreadInfos for… (authored by will). · Explain WhyOct 31 2024, 12:19 PM2024-10-31 12:19:10 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 45483 keyserver/src/updaters/thread-updaters.js
|