mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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.',
|
||||
};
|
||||
|
||||
const LIMIT = 20;
|
||||
const LIMIT = 30; // 30 is the maximum limit :(
|
||||
|
||||
function Notification({ notification }) {
|
||||
const { id, type, status, account, _accounts } = notification;
|
||||
|
|
Loading…
Add table
Reference in a new issue