型エラー修正とちょっとした修正
Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
parent
12b7ec3046
commit
d6fb3c3342
2 changed files with 56 additions and 12 deletions
|
|
@ -563,6 +563,7 @@ function removeVisibleUser(user) {
|
|||
|
||||
function clear() {
|
||||
text = '';
|
||||
schedule = null;
|
||||
files = [];
|
||||
poll = null;
|
||||
quoteId = null;
|
||||
|
|
@ -802,7 +803,7 @@ async function post(ev?: MouseEvent) {
|
|||
if (notesCount === 1) {
|
||||
claimAchievement('notes1');
|
||||
}
|
||||
|
||||
poll = null;
|
||||
const text = postData.text ?? '';
|
||||
const lowerCase = text.toLowerCase();
|
||||
if ((lowerCase.includes('love') || lowerCase.includes('❤')) && lowerCase.includes('misskey')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue