fluffychat/lib
wcjord 75a237b90c
fix: prioritize bot DM in updateBotOptions, handle DM outside _targetBotChats (#5698)
Closes #5697

- Extract buildUpdatedBotOptions (pure) and applyBotOptionUpdatesInOrder
  (async orchestration) as top-level @visibleForTesting functions
- Handle bot DM independently of _targetBotChats filter — the DM may
  lack a botOptions state event or have a stale activityPlan, but it's
  the most important room to keep current
- Update remaining rooms sequentially (not Future.wait) to avoid rate-limiting
- DM errors propagate; other room errors are logged and isolated
- Add 17 unit tests covering both extracted functions
- Add profile.instructions.md design doc for profile settings architecture
2026-02-14 14:47:05 -05:00
..
config Fluffychat merge 2 (#5590) 2026-02-10 08:01:12 -05:00
l10n feat: unsubscribed page in vocab practice (#5694) 2026-02-13 14:36:40 -05:00
pages feat: add language indicators to analytics database entries (#5692) 2026-02-13 15:06:21 -05:00
pangea fix: prioritize bot DM in updateBotOptions, handle DM outside _targetBotChats (#5698) 2026-02-14 14:47:05 -05:00
utils chore: make cancel button less prominent in email verification registration dialog (#5682) 2026-02-12 13:56:23 -05:00
widgets chore: disable polls in bot DMs, fix avatar defaults (#5623) 2026-02-10 10:59:32 -05:00
main.dart Fluffychat merge 2 (#5590) 2026-02-10 08:01:12 -05:00