This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
require login for tag api
pull/4/head
欧醚
5 years ago
parent
3fd2acbacb
commit
353b88eba0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/controllers/api/v1/timelines/tag_controller.rb
+ 1
- 0
app/controllers/api/v1/timelines/tag_controller.rb
View File
@ -1,6 +1,7 @@
# frozen_string_literal: true
class
Api
::
V1
::
Timelines
::
TagController
<
Api
::
BaseController
before_action
:require_user!
before_action
:load_tag
after_action
:insert_pagination_headers
,
unless
:
-
>
{
@statuses
.
empty?
}
Write
Preview
Loading…
Cancel
Save