mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
POST_store_visits: Add VModhash requirement.
This commit is contained in:
committed by
Ricky Ramirez
parent
30c1df3a8f
commit
db119b9197
@@ -3634,6 +3634,7 @@ class ApiController(RedditController, OAuth2ResourceController):
|
||||
c.user._commit()
|
||||
|
||||
@noresponse(VGold(),
|
||||
VModhash(),
|
||||
links = VByName('links', thing_cls=Link, multiple=True,
|
||||
limit=100))
|
||||
def POST_store_visits(self, links):
|
||||
|
||||
Reference in New Issue
Block a user