Pleroma: mark notifications read in case Markers don't work

This commit is contained in:
Alex Gleason
2021-10-05 17:39:38 -05:00
parent dbf410e34c
commit e04a488ea4
2 changed files with 17 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import { createSelector } from 'reselect';
const any = arr => arr.some(Boolean);
// For uglification
const MASTODON = 'Mastodon';
const PLEROMA = 'Pleroma';
export const MASTODON = 'Mastodon';
export const PLEROMA = 'Pleroma';
export const getFeatures = createSelector([
instance => parseVersion(instance.get('version')),