- matrix-gateway: POST /internal/matrix/presence/online endpoint - usePresenceHeartbeat hook with activity tracking - Auto away after 5 min inactivity - Offline on page close/visibility change - Integrated in MatrixChatRoom component
9 lines
155 B
Bash
Executable File
9 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
# Stop DAARION Phase 6
|
|
|
|
echo "🛑 Stopping DAARION Phase 6..."
|
|
docker-compose -f docker-compose.phase6.yml down
|
|
|
|
echo "✅ Phase 6 stopped!"
|
|
|