mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-01-05 05:21:12 +00:00
Add request quota system
This commit is contained in:
@@ -32,7 +32,7 @@ class TimelineEntry extends TimelineBaseMethods {
|
||||
|
||||
async update() {
|
||||
return collectors.fetchShortcodeData(this.data.shortcode).then(data => {
|
||||
this.applyN3(data)
|
||||
this.applyN3(data.result)
|
||||
}).catch(error => {
|
||||
console.error("TimelineEntry could not self-update; trying to continue anyway...")
|
||||
console.error("E:", error)
|
||||
|
||||
Reference in New Issue
Block a user