Merge branch 'setttingssync' into shigusegubu-themes3
This commit is contained in:
commit
d9b6b46e80
2 changed files with 4 additions and 3 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue