diff --git a/apps/mobile/src/morph/hono.ts b/apps/mobile/src/morph/hono.ts index 37325f293..c507f2d0d 100644 --- a/apps/mobile/src/morph/hono.ts +++ b/apps/mobile/src/morph/hono.ts @@ -129,7 +129,7 @@ class Morph { // TODO: handle inboxHandle inboxHandle: "", read: item.read, - sources: item.from, + sources: item.from ?? null, }) } return entries