mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 03:52:52 +09:00
Revert "[Client] Fix bug"
This reverts commit 88566e28512bbfecc9b36dc12f7ad57a3fe799b5.
This commit is contained in:
parent
9229ab9bfa
commit
552a7cee5e
@ -78,14 +78,7 @@
|
||||
});
|
||||
|
||||
this.fetch = () => {
|
||||
const headers = new Headers();
|
||||
headers.append('pragma', 'no-cache');
|
||||
headers.append('cache-control', 'no-cache');
|
||||
|
||||
fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.url}`, {
|
||||
method: 'GET',
|
||||
headers
|
||||
}).then(res => {
|
||||
fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.url}`).then(res => {
|
||||
res.json().then(feed => {
|
||||
this.update({
|
||||
initializing: false,
|
||||
|
Loading…
Reference in New Issue
Block a user