- 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
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
'use strict';
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./cjs/react-refresh-runtime.production.js');
|
|
} else {
|
|
module.exports = require('./cjs/react-refresh-runtime.development.js');
|
|
}
|