Merge branch 'na2na' of https://github.com/na2na-p/2na2 into na2na

This commit is contained in:
na2na 2022-05-05 18:55:55 +09:00
commit d41c646ed9

View file

@ -165,7 +165,7 @@ export default class extends Module {
});
} catch (err) {
// renote対象が消されていたらリマインダー解除
if (err.statusCode === 400 && err.error.error.message === 'No such renote target.') {
if (err.statusCode === 400) {
this.unsubscribeReply(remind.thing == null && remind.quoteId ? remind.quoteId : remind.id);
this.reminds.remove(remind);
return;