Skip to content

Why disabled relative path? #22

@chatii

Description

@chatii

pushing/lib/pushing/base.rb

Lines 105 to 108 in 3fecf17

# Push notifications do not support relative path links.
def supports_path? # :doc:
false
end

For Web Push, for example, an icon can specify a path like "/assets/icon.png" and it works.
Unlike mail (ActionMailer), relative path is accepted, so I think it should be enabled.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions