Bump notifications limit
This commit is contained in:
parent
221ef84e4a
commit
ad2bebec0e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const contentText = {
|
||||||
update: 'A status you interacted with has been edited.',
|
update: 'A status you interacted with has been edited.',
|
||||||
};
|
};
|
||||||
|
|
||||||
const LIMIT = 20;
|
const LIMIT = 30; // 30 is the maximum limit :(
|
||||||
|
|
||||||
function Notification({ notification }) {
|
function Notification({ notification }) {
|
||||||
const { id, type, status, account, _accounts } = notification;
|
const { id, type, status, account, _accounts } = notification;
|
||||||
|
|
Loading…
Add table
Reference in a new issue