30 is too many

This commit is contained in:
naskya 2023-11-24 01:31:24 +09:00
parent e5163ecb82
commit e87b46863d
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

View file

@ -1054,7 +1054,7 @@ async function post() {
// update recentlyUsedLanguages
if (language.value != null) {
const languages = Object.keys(langmap);
const maxLength = 30;
const maxLength = 6;
defaultStore.state.recentlyUsedPostLanguages = [language.value]
.concat(