Files
bitchat/bitchat
jack 76d8b3fa7f Fix Swift 6 concurrency warnings
- ContentView: Wrap Timer callbacks in Task { @MainActor in } to
  properly access main actor-isolated properties (updateAutocomplete,
  messages)
- BitchatApp: Capture nickname before entering background queue to
  avoid accessing main actor-isolated property from Sendable closure
2025-11-25 09:50:02 -10:00
..
2025-10-11 21:28:28 +02:00
2025-11-18 21:31:55 +02:00
2025-11-25 09:50:02 -10:00