Compare commits
No commits in common. "d9b6b46e80c30c164fccaeaa66ffe15fab976d06" and "603d85001428df0a5b37fd379fbc39ad8223668e" have entirely different histories.
d9b6b46e80
...
603d850014
2 changed files with 3 additions and 4 deletions
|
|
@ -9,11 +9,9 @@
|
|||
@dragover.prevent="fileDrag"
|
||||
>
|
||||
<div class="form-group">
|
||||
<div
|
||||
v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning"
|
||||
class="visibility-notice notice-dismissible"
|
||||
>
|
||||
<div 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,6 +77,7 @@ 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