chore: more relay info
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user