store post view counts in reportbooru/fetch view counts from reportbooru #2128

This commit is contained in:
r888888888
2015-07-21 13:09:32 -07:00
parent ee52ca8b66
commit 9e6d08600c
6 changed files with 66 additions and 0 deletions

View File

@@ -347,5 +347,17 @@ module Danbooru
def twitter_api_secret
end
def shared_remote_key
"blah blah blah blah blah blah"
end
def report_server
"https://isshiki.donmai.us"
end
def enable_view_counts
false
end
end
end