Skip to content

Manage users manually #3

Description

@bryantkelley

Create a User interface to allow anyone to DM once storage runs out. This should include the advertised pubKey and an array of favorite stops. Then store these users in an array to access for DMs.

interface User {
  pubKey: Uint8Array<ArrayBuffer>;
  favoriteStops: string[];
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions