Rename /api/v2_alpha/notifications*
to /api/v2/notifications*
(#31840)
This commit is contained in:
parent
efb0e2c34b
commit
e0648a916a
9 changed files with 391 additions and 36 deletions
|
@ -43,6 +43,12 @@ module Mastodon
|
|||
@gem_version ||= Gem::Version.new(to_s.split('+')[0])
|
||||
end
|
||||
|
||||
def api_versions
|
||||
{
|
||||
mastodon: 2,
|
||||
}
|
||||
end
|
||||
|
||||
def repository
|
||||
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue