- 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
16 lines
272 B
TypeScript
16 lines
272 B
TypeScript
type Config = {
|
|
plugins: { "react-refresh": { rules: Record<string, any> } };
|
|
rules: Record<string, any>;
|
|
};
|
|
|
|
declare const _default: {
|
|
rules: Record<string, any>;
|
|
configs: {
|
|
recommended: Config;
|
|
vite: Config;
|
|
next: Config;
|
|
};
|
|
};
|
|
|
|
export = _default;
|