- Add BlueskyPostHelper for rendering Bluesky post facets (mentions, links, hashtags) - Implement facet parsing and rendering with proper styling - Add external link partial for non-Bluesky URLs - Update DisplayedFile and PostFiles components to handle Bluesky posts - Add comprehensive test coverage for helper methods - Update scan user job to handle Bluesky-specific data
6 lines
66 B
Ruby
6 lines
66 B
Ruby
# typed: strict
|
|
# frozen_string_literal: true
|
|
|
|
module Bluesky
|
|
end
|