This commit is contained in:
kakkokari-gtyih 2026-01-23 01:17:55 +09:00
parent 9487043be3
commit 36b1f885da
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ export function getRenoteMenu(props: {
renoteButton: ShallowRef<HTMLElement | null | undefined>;
mock?: boolean;
}) {
if ($i?.policies.renotePolicy === 'disallow') {
if (!$i?.policies.canNote || $i?.policies.renotePolicy === 'disallow') {
return {
menu: [],
};