notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit c07276e5d0982af922300f2613769cad7bb91049
parent 4a1985d728d03a7d23adf975efd1f39b8171d6f8
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 29 Nov 2024 11:36:59 -0800

support: just use version instead of notedeck

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/support.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/support.rs b/src/support.rs @@ -29,7 +29,7 @@ impl Support { static MAX_LOG_LINES: usize = 500; static SUPPORT_EMAIL: &str = "support@damus.io"; -static EMAIL_TEMPLATE: &str = concat!("Notedeck ", env!("CARGO_PKG_VERSION"), "\nCommit hash: ", env!("GIT_COMMIT_HASH"), "\n\nDescribe the bug you have encountered:\n<-- your statement here -->\n\n===== Paste your log below =====\n\n"); +static EMAIL_TEMPLATE: &str = concat!("version ", env!("CARGO_PKG_VERSION"), "\nCommit hash: ", env!("GIT_COMMIT_HASH"), "\n\nDescribe the bug you have encountered:\n<-- your statement here -->\n\n===== Paste your log below =====\n\n"); impl Support { pub fn refresh(&mut self) {