@actnet/app-core - v0.1.0
    Preparing search index...

    Interface AccountJoined

    Adminbot-only event: a new account just registered on this homeserver. Pushed only to bot sessions whose authed DID matches the server's pinned ADMINBOT_DID. If this session isn't adminbot, this event never fires.

    interface AccountJoined {
        did: string;
        joinedAt: Instant;
    }
    Index

    Properties

    Properties

    did: string

    DID of the newly-registered account.

    joinedAt: Instant

    Server-side timestamp at the moment of registration.