search updates

This commit is contained in:
MathMan05 2024-12-20 18:59:40 -06:00
parent 161181f8de
commit ffe21e6d6c
10 changed files with 185 additions and 43 deletions

View file

@ -9,7 +9,6 @@ import { Role } from "./role.js";
import { Search } from "./search.js";
import { I18n } from "./i18n.js";
import { Direct } from "./direct.js";
import { Settings } from "./settings.js";
class User extends SnowFlake{
owner: Localuser;