* Update parser.ts * Update user.ts * Update search.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update mfm.ts * Update parser.ts * Merge branch 'develop' into 3440-mk2 * Fix typo * Update parser.ts * Update mfm.ts * Update mfm.ts
This commit is contained in:
parent
82d721d60b
commit
3bcb344ecb
4 changed files with 19 additions and 3 deletions
|
@ -53,7 +53,7 @@ export const meta = {
|
|||
};
|
||||
|
||||
export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
||||
const isUsername = validateUsername(ps.query.replace('@', ''), true);
|
||||
const isUsername = validateUsername(ps.query.replace('@', ''), !ps.localOnly);
|
||||
|
||||
let users: IUser[] = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue