Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Chat tries to GET /{{{url}}} #46

@mariusa

Description

@mariusa

When running chat.html, it sends a GET request, which gives

ERROR `/{{{url}}}' not found.

It seems the cause is

{{#if image}}
                            <img src="{{{url}}}" alt="{{{url}}}" /> {{else}}
                            <a href="{{{url}}}" title="{{{url}}}">{{{url}}}</a>
                            {{/if}}

Would you please document how to use that, and change the name to something more clear? eg. {{{file_icon_url}}}

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions