This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Display notifications count on a new single column
Port
3593b85423
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
abcang
5 years ago
committed by
ThibG
parent
c095eed121
commit
9bb4f796db
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/reducers/notifications.js
+ 1
- 1
app/javascript/flavours/glitch/reducers/notifications.js
View File
@ -27,7 +27,7 @@ import compareId from 'flavours/glitch/util/compare_id';
const
initialState
=
ImmutableMap
(
{
items
:
ImmutableList
(
)
,
hasMore
:
true
,
top
:
tru
e
,
top
:
fals
e
,
mounted
:
0
,
unread
:
0
,
lastReadId
:
'0'
,
Write
Preview
Loading…
Cancel
Save