Bug fixes, blocking and various other changes
This commit is contained in:
@@ -23,7 +23,6 @@ function trimswitcher(){
|
||||
const map=new Map();
|
||||
for(const thing in json.users){
|
||||
const user=json.users[thing];
|
||||
console.log(user,json.users);
|
||||
let wellknown=user.serverurls.wellknown;
|
||||
if(wellknown[wellknown.length-1]!=="/"){
|
||||
wellknown+="/";
|
||||
|
Reference in New Issue
Block a user