Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ban_expires to person #40

Merged
merged 1 commit into from
Jan 9, 2022
Merged

Adding ban_expires to person #40

merged 1 commit into from
Jan 9, 2022

Conversation

dessalines
Copy link
Member

No description provided.

@@ -33,6 +33,7 @@ export interface PersonSafe {
matrix_user_id?: string;
admin: boolean;
bot_account: boolean;
ban_expires?: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this string represent?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I guess a date string?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, just like published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants