This commit is contained in:
parent
9e69368b82
commit
1434be3f5e
@ -572,9 +572,9 @@ pub fn c_bot_feed(c: &Context) {
|
|||||||
let h = async {
|
let h = async {
|
||||||
let notify = feed_get::get_request(feed).await;
|
let notify = feed_get::get_request(feed).await;
|
||||||
if notify == "err" {
|
if notify == "err" {
|
||||||
//return;
|
return;
|
||||||
refresh(c);
|
//refresh(c);
|
||||||
notify = feed_get::get_request("at://did:plc:4hqjfn7m6n5hno3doamuhgef/app.bsky.feed.generator/cmd".to_string()).await;
|
//notify = feed_get::get_request("at://did:plc:4hqjfn7m6n5hno3doamuhgef/app.bsky.feed.generator/cmd".to_string()).await;
|
||||||
}
|
}
|
||||||
let timeline: Timeline = serde_json::from_str(¬ify).unwrap();
|
let timeline: Timeline = serde_json::from_str(¬ify).unwrap();
|
||||||
let n = timeline.feed;
|
let n = timeline.feed;
|
||||||
|
Loading…
Reference in New Issue
Block a user