From 6683b508e41ad7fc93ea80d1a14e7431bbb86dba Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 11 Feb 2025 20:09:51 -0500 Subject: [PATCH] Revert "Flash message for new sessions" This reverts commit 60e4f9ffcc5e1fb922ed409cbf116e91058a05cf. --- lib/PostText.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PostText.pm b/lib/PostText.pm index feb8c64..5910662 100644 --- a/lib/PostText.pm +++ b/lib/PostText.pm @@ -138,7 +138,6 @@ sub startup($self) { # Shortcut to new session cookie/identity $r->get('/new', sub ($c) { $c->session(expires => 1); - $c->flash(info => 'Session has been reset; have a cookie. 🍪'); $c->redirect_to('threads_list'); })->name('new_session');