fix: user follows, user blocks, private profile setting
This commit is contained in:
parent
de53eec0e8
commit
17564ede49
8 changed files with 220 additions and 43 deletions
|
@ -34,6 +34,10 @@ media_theme_pref();
|
|||
(() => {
|
||||
const self = reg_ns("atto");
|
||||
|
||||
for (const element of document.querySelectorAll('[selected="false"]')) {
|
||||
element.removeAttribute("selected");
|
||||
}
|
||||
|
||||
// init
|
||||
use("me", () => {});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue