- 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 7
|
|
|
|
echo "🛑 Stopping DAARION Phase 7..."
|
|
docker-compose -f docker-compose.phase7.yml down
|
|
|
|
echo "✅ Phase 7 stopped!"
|
|
|