sforkowany z mirror/soapbox
Mastodon: hide notifications counter
rodzic
1dad6dce61
commit
c1ed8ed16f
|
@ -56,7 +56,7 @@ const notificationToMap = notification => ImmutableMap({
|
||||||
const isValid = notification => Boolean(notification.account.id);
|
const isValid = notification => Boolean(notification.account.id);
|
||||||
|
|
||||||
const countUnseen = notifications => notifications.reduce((acc, cur) =>
|
const countUnseen = notifications => notifications.reduce((acc, cur) =>
|
||||||
get(cur, ['pleroma', 'is_seen'], false) === false ? acc + 1 : acc, 0);
|
get(cur, ['pleroma', 'is_seen'], true) === false ? acc + 1 : acc, 0);
|
||||||
|
|
||||||
const normalizeNotification = (state, notification) => {
|
const normalizeNotification = (state, notification) => {
|
||||||
const top = state.get('top');
|
const top = state.get('top');
|
||||||
|
|
Ładowanie…
Reference in New Issue