chore: more relay info

This commit is contained in:
Kieran 2023-11-06 12:46:17 +00:00
parent b3c8ee982d
commit e0b68ae817
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -13,4 +13,8 @@ export interface RelayInfo {
max_event_tags: number;
auth_required: boolean;
};
relay_countries?: Array<string>;
language_tags?: Array<string>;
tags?: Array<string>;
posting_policy?: string;
}