Skip to content
  • Nicolas Dular's avatar
    Add path based targeting to broadcast messages · 604b3f8a
    Nicolas Dular authored
    This adds `target_path` to `BroadcastMessages` to allow to show
    broadcast messages at certain URLs.
    To match complex URLs, we allow to use `*` as wildcard characters for
    the `target_url`. Since SQL is using `%` for wildcards, we need to
    replace these characters in our query.
    604b3f8a