Thursday, June 04, 2026 2:14:06 AM
> notification_route_helper.rb
# frozen_string_literal: true

module NotificationRouteHelper
  def notification_route_card_dom_id(route)
    digest([
      route.channel_id,
      route.user_id,
      route.destination_community_id,
      route.source_server_id
    ].join("-"))
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2