We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f3e1e commit f6ca0b4Copy full SHA for f6ca0b4
lib/epochtalk_server/models/thread.ex
@@ -405,7 +405,6 @@ defmodule EpochtalkServer.Models.Thread do
405
@doc """
406
Returns recent threads accounting for user priority and user's ignored boards
407
"""
408
- # TODO(akinsey): complete implementation for main view
409
@spec recent(user :: User.t() | nil, user_priority :: non_neg_integer) :: [t()]
410
def recent(user \\ nil, user_priority) do
411
user_id = if user, do: user.id
0 commit comments