Files
nc_bot_webhooks/lib/Service
kyle 4f0f2e3f81 fix(TalkService): defer share creation to fix guest actor bug
- Inject ParticipantSession to allow overwriting the current actor.
- Add setSessionOverwrite and clearSessionOverwrite methods.
- Defer room share creation to occur after text POST with session overwrite active.
- This prevents Talk 23.0.6 fixMimeTypeOfVoiceMessage from triggering "guest" actor bug.
- Comment out direct addSystemMessage call, relying on Talk's event listener.
- Update richObject with actual shareId after deferred creation.
2026-06-13 23:25:06 -07:00
..