Fox subscription URL for spirc.

For some reason the old URL doesn’t work in new clients.
Can’t remember where it came from.
This commit is contained in:
Paul Lietar 2015-12-28 01:40:54 +01:00
parent 09e180b0e2
commit 0ebe8b9e82

View file

@ -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 {