mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 13:16:08 +02:00
[WIP] Twitter support
This commit is contained in:
@@ -57,6 +57,10 @@ interface ISource {
|
||||
secretKey: string;
|
||||
};
|
||||
accesslog: string;
|
||||
twitter: {
|
||||
consumer_key: string;
|
||||
consumer_secret: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user