You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Iterate PresenceLabel
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -22,12 +22,12 @@ import {replaceableComponent} from "../../../utils/replaceableComponent";
|
|||||||
interface IProps {
|
interface IProps {
|
||||||
// number of milliseconds ago this user was last active.
|
// number of milliseconds ago this user was last active.
|
||||||
// zero = unknown
|
// zero = unknown
|
||||||
activeAgo?: number,
|
activeAgo?: number;
|
||||||
// if true, activeAgo is an approximation and "Now" should
|
// if true, activeAgo is an approximation and "Now" should
|
||||||
// be shown instead
|
// be shown instead
|
||||||
currentlyActive?: boolean,
|
currentlyActive?: boolean;
|
||||||
// offline, online, etc
|
// offline, online, etc
|
||||||
presenceState?: string,
|
presenceState?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
@replaceableComponent("views.rooms.PresenceLabel")
|
@replaceableComponent("views.rooms.PresenceLabel")
|
||||||
|
|||||||
Reference in New Issue
Block a user