You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function can reuse existing backend infrastructure.
A rewrite of how this function is used could be useful. Instead of an if statement at the handler level, a single like_target function could be used with an enum.
The text was updated successfully, but these errors were encountered:
Currently, trying to like a level comment raises a
NotImplementedError
.https://github.com/RealistikDash/RealistikGDPS/blob/d259ee3430a581df2e54f8ab468f3c26b602ec25/rgdps/api/gd/user_comments.py#L122-L132
This function can reuse existing backend infrastructure.
A rewrite of how this function is used could be useful. Instead of an if statement at the handler level, a single
like_target
function could be used with an enum.The text was updated successfully, but these errors were encountered: