mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-23 18:52:41 +00:00
5 lines
64 B
Ruby
5 lines
64 B
Ruby
class FetchFeedService
|
|
def call(account)
|
|
# todo
|
|
end
|
|
end
|