meeseeks bookmarks; also bookmarks

This commit is contained in:
Rüdiger Diedrich
2024-08-12 15:46:13 +02:00
parent 2ab3f7ba7f
commit fede012e44
6 changed files with 114 additions and 50 deletions

View File

@ -19,7 +19,8 @@ defmodule SomethingErlang.AwfulApi do
|> Thread.compile()
end
def bookmarks(user) do
Bookmarks.compile(1, user)
def bookmarks(page, user) do
Client.bookmarks_doc(page, user)
|> Bookmarks.compile()
end
end