mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-07 06:23:54 +09:00
[WIP] v10対応
This commit is contained in:
@ -8,6 +8,10 @@ export default class WelcomeModule implements IModule {
|
||||
|
||||
public install = (ai: 藍) => {
|
||||
this.ai = ai;
|
||||
|
||||
const tl = this.ai.connection.useSharedConnection('localTimeline');
|
||||
|
||||
tl.on('note', this.onLocalNote);
|
||||
}
|
||||
|
||||
public onLocalNote = (note: any) => {
|
||||
|
Reference in New Issue
Block a user