mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[MastodonBridge] Update feed URL format (#1718)
Changes feed URL from `https://instance/users/username.atom` to `https://instance/@username.rss`.
This commit is contained in:
parent
fec52418d5
commit
d33e090fe1
@ -78,7 +78,7 @@ class MastodonBridge extends FeedExpander {
|
||||
|
||||
public function getURI(){
|
||||
if($this->getInput('canusername'))
|
||||
return 'https://' . $this->getInstance() . '/users/' . $this->getUsername() . '.atom';
|
||||
return 'https://' . $this->getInstance() . '/@' . $this->getUsername() . '.rss';
|
||||
|
||||
return parent::getURI();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user