mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-25 09:09:26 -05:00
Merge branch 'develop' into pari-20241009
This commit is contained in:
commit
935fa1c511
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ const emit = defineEmits<{
|
|||
const router = useRouter();
|
||||
|
||||
const inTimeline = inject<boolean>('inTimeline', false);
|
||||
const tl_withSensitive = inject<Ref<boolean>>('tl_withSensitive', ref(false));
|
||||
const tl_withSensitive = inject<Ref<boolean>>('tl_withSensitive', ref(true));
|
||||
const inChannel = inject('inChannel', null);
|
||||
const currentClip = inject<Ref<Misskey.entities.Clip> | null>('currentClip', null);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue