Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-alpha.32'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 26, 2024
2 parents 524273e + 81543a6 commit 523339e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.1.0-alpha.32] - 2024-09-26

### Bug Fixes

- Update metadata for proper button action

## [1.1.0-alpha.31] - 2024-09-26

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-click"
version = "1.1.0-alpha.31"
version = "1.1.0-alpha.32"
authors = ["Milad Nekofar <[email protected]>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand Down
3 changes: 2 additions & 1 deletion src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ pub async fn handle_redirect<D>(req: Request, ctx: RouteContext<D>) -> worker::R
<meta property="fc:frame" content="vNext" />
<meta property="fc:frame:image" content="{}" />
<meta property="fc:frame:button:1" content="{}" />
<meta property="fc:frame:link" content="https://warpcast.com/~/composer-action?url={}&view=prompt" />
<meta property="fc:frame:button:1:action" content="link">
<meta property="fc:frame:button:1:target" content="https://warpcast.com/~/composer-action?url={}&view=prompt" />
<meta http-equiv="refresh" content="3; url={}" />
Expand Down

0 comments on commit 523339e

Please sign in to comment.