Compare commits

...

1 Commits

Author SHA1 Message Date
yystopf 3b0a469c65 fix: read memos not increment view count 2021-11-11 17:45:43 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ class Forum::Memos::GetService < Forum::ClientService
end
def url
"/memos/#{memo_id}.json".freeze
"/memos/#{memo_id}.json&only_data=true".freeze
end
end