mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix: inbox indirectly push notidy item into context
This commit is contained in:
@@ -234,9 +234,6 @@ func (p *ChannelInboundProcessor) HandleInbound(ctx context.Context, cfg channel
|
||||
slog.Int("attachments", len(attachments)),
|
||||
)
|
||||
}
|
||||
if !strings.EqualFold(identity.BotType, "personal") {
|
||||
p.persistInboundUser(ctx, resolved.RouteID, identity, msg, text, attachments, "passive_sync")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user