chore: Add count and current page in notification meta details (#1619)

This commit is contained in:
Muhsin Keloth
2021-01-13 03:34:27 -08:00
committed by GitHub
parent 8c66dbd342
commit 2d5aa9d3bd
3 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
json.data do
json.meta do
json.unread_count @unread_count
json.count @count
json.current_page @current_page
end
json.payload do