Merge branch 'setttingssync' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-04-22 18:23:56 +03:00
commit d9b6b46e80
2 changed files with 4 additions and 3 deletions

View file

@ -9,9 +9,11 @@
@dragover.prevent="fileDrag"
>
<div class="form-group">
<div class="visibility-notice notice-dismissible">
<div
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
class="visibility-notice notice-dismissible"
>
<i18n-t
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
keypath="post_status.account_not_locked_warning"
tag="p"
class=""

View file

@ -77,7 +77,6 @@ export const maybeShowNotification = (
muteFilters,
notification,
) => {
console.log('NOTIF', store, notificationVisibility, muteFilters, notification)
const rootState = store.rootState || store.state
if (notification.seen) return