fix: default-selected reply scopes on client #67
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ let recentHashtags = $ref(JSON.parse(localStorage.getItem('hashtags') || '[]'));
|
|||
let imeText = $ref('');
|
||||
|
||||
// TODO: compat with misskey-js, should likely be moved into foundkey-js
|
||||
const visibilityScore = (a: string): string => {
|
||||
const visibilityScore = (a: string): number => {
|
||||
switch (a) {
|
||||
case 'home': return 2;
|
||||
case 'followers': return 1;
|
||||
|
|
Loading…
Reference in a new issue