mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Remove Patreon functionality (#129)
* Remove Patreon links, supper status checking * Add warnings to admin panel and README
This commit is contained in:
@@ -502,18 +502,6 @@ export class AdminModel {
|
||||
.then(() => this.updateState())
|
||||
.catch(this.handleError);
|
||||
}
|
||||
resetSupporter(accountId: string) {
|
||||
return this.server.resetSupporter(accountId)
|
||||
.catch(this.handleError);
|
||||
}
|
||||
getLastPatreonData() {
|
||||
return this.server.getLastPatreonData()
|
||||
.catch(this.handleError);
|
||||
}
|
||||
updatePastSupporters() {
|
||||
return this.server.updatePastSupporters()
|
||||
.catch(this.handleError);
|
||||
}
|
||||
// other
|
||||
getTimings(server: string) {
|
||||
return this.server.getTimings(server)
|
||||
|
||||
Reference in New Issue
Block a user