Skip to content

Commit

Permalink
Fox subscription URL for spirc.
Browse files Browse the repository at this point in the history
For some reason the old URL doesn’t work in new clients.
Can’t remember where it came from.
  • Loading branch information
plietar committed Dec 28, 2015
1 parent 09e180b commit 0ebe8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spirc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0ebe8b9

Please sign in to comment.