spc-pleroma/lib
Mark Felder 0b864c3696 Dialyzer: fix invalid @spec
lib/pleroma/notification.ex:492:invalid_contract
The @spec for the function does not match the success typing of the function.

Function:
Pleroma.Notification.get_notified_from_activity/2

Success typing:
@spec get_notified_from_activity(_, _) :: [any()]
2024-05-28 08:49:34 -04:00
..
mix SearchBackend: Add drop_index 2024-05-16 10:47:24 +04:00
pleroma Dialyzer: fix invalid @spec 2024-05-28 08:49:34 -04:00