瀏覽代碼

Fox subscription URL for spirc.

For some reason the old URL doesn’t work in new clients.
Can’t remember where it came from.
Paul Lietar 10 年之前
父節點
當前提交
0ebe8b9e82
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/spirc.rs

+ 1 - 1
src/spirc.rs

@@ -91,7 +91,7 @@ impl <'s, D: SpircDelegate> SpircManager<'s, D> {
     }
 
     pub fn run(&mut self) {
-        let rx = self.session.mercury_sub(format!("hm://remote/user/{}/v23", self.username));
+        let rx = self.session.mercury_sub(format!("hm://remote/user/{}/", self.username));
         let updates = self.delegate.updates();
 
         loop {