f0cklib2.0
This commit is contained in:
@@ -63,7 +63,7 @@ export default new class {
|
||||
const link = [];
|
||||
if(env.tag) link.push("tag", env.tag);
|
||||
if(env.user) link.push("user", env.user, env.type ?? 'f0cks');
|
||||
if(env.mime.length > 2) link.push(env.mime);
|
||||
if(env.mime?.length > 2) link.push(env.mime);
|
||||
|
||||
let tmp = link.length === 0 ? '/' : link.join('/');
|
||||
if(!tmp.endsWith('/'))
|
||||
|
Reference in New Issue
Block a user