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"
|
@dragover.prevent="fileDrag"
|
||||||
>
|
>
|
||||||
<div class="form-group">
|
<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
|
<i18n-t
|
||||||
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
|
|
||||||
keypath="post_status.account_not_locked_warning"
|
keypath="post_status.account_not_locked_warning"
|
||||||
tag="p"
|
tag="p"
|
||||||
class=""
|
class=""
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,6 @@ export const maybeShowNotification = (
|
||||||
muteFilters,
|
muteFilters,
|
||||||
notification,
|
notification,
|
||||||
) => {
|
) => {
|
||||||
console.log('NOTIF', store, notificationVisibility, muteFilters, notification)
|
|
||||||
const rootState = store.rootState || store.state
|
const rootState = store.rootState || store.state
|
||||||
|
|
||||||
if (notification.seen) return
|
if (notification.seen) return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue