mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:37:23 +09:00
✌️
This commit is contained in:
parent
de72383156
commit
ad7dad407e
@ -11,7 +11,7 @@ export default class WelcomeModule implements IModule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public onLocalNote = (note: any) => {
|
public onLocalNote = (note: any) => {
|
||||||
if (note.user.notesCount == 1) {
|
if (note.isFirstNote) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.ai.api('notes/create', {
|
this.ai.api('notes/create', {
|
||||||
renoteId: note.id
|
renoteId: note.id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user