Bug fixes, blocking and various other changes
This commit is contained in:
parent
42a438f6dc
commit
dbee2f3628
22 changed files with 679 additions and 370 deletions
|
@ -44,7 +44,12 @@ type readyjson={
|
|||
view_nsfw_guilds: boolean
|
||||
};
|
||||
guilds:guildjson[];
|
||||
relationships:any[];
|
||||
relationships:{
|
||||
id:string,
|
||||
type:0|1|2|3|4,
|
||||
nickname:string|null,
|
||||
user:userjson
|
||||
}[];
|
||||
read_state:{
|
||||
entries:{
|
||||
id: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue