Skip to content

Commit

Permalink
revert filter move
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Dec 4, 2024
1 parent 500d5fd commit b826552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MentionFetcher: Fetcher<Reply2> {
}

public class MentionFeedLoader: ChildFeedLoader<Reply2, InboxItem> {
override public static func toParent(_ item: Reply2) -> InboxItem {
override public func toParent(_ item: Reply2) -> InboxItem {
return .reply(item)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MessageFetcher: Fetcher<Message2> {
}

public class MessageFeedLoader: ChildFeedLoader<Message2, InboxItem> {
override public static func toParent(_ item: Message2) -> InboxItem {
override public func toParent(_ item: Message2) -> InboxItem {
return .message(item)
}

Expand Down

0 comments on commit b826552

Please sign in to comment.