mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00: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…
Reference in a new issue