Bump notifications limit

This commit is contained in:
Lim Chee Aun 2022-12-20 00:11:55 +08:00
parent 221ef84e4a
commit ad2bebec0e

View file

@ -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;