webapp/src/modules/chat
padreug 4db7645a8f Enhance ChatService initialization and authentication handling
- Introduce periodic authentication checks to ensure full initialization of the ChatService.
- Implement a flag to prevent redundant initialization.
- Update message handling and subscription methods to accommodate both injected and global authentication services.
- Improve error handling and logging for message subscription setup and processing.
- Clear authentication check intervals during service disposal to prevent memory leaks.

This commit improves the reliability and responsiveness of the chat service in handling user authentication and message subscriptions.
2025-09-06 23:26:35 +02:00
..
components Implement LNbits integration in AuthService and enhance ChatComponent for improved user experience 2025-09-05 02:48:47 +02:00
composables Refactor chat module to utilize standardized service tokens for improved dependency management 2025-09-05 16:35:03 +02:00
services Enhance ChatService initialization and authentication handling 2025-09-06 23:26:35 +02:00
types Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
views Fix TypeScript build errors in module pages 2025-09-06 17:00:27 +02:00
index.ts Refactor chat module to utilize standardized service tokens for improved dependency management 2025-09-05 16:35:03 +02:00