Skip to content

Commit 66ef0fa

Browse files
committed
remove past notifs temporarily
1 parent e3fb8f8 commit 66ef0fa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## <cj>v1.5.1</c> <cb>(2025-04-20)</c>
3+
* <cy>Temporarily removed</c> showing past notifications.
4+
25
## <cj>v1.5.0</c> <cb>(2025-04-18)</c>
36
* <cg>Added</c> <cj>Space</c> & <co>Cosmos</c> gauntlet designs.
47
* <cg>Added</c> <co>Fire</c>, <cj>Ice</c>, <cg>Poison</c>, <cp>Shadow</c> & <cr>Lava</c> gauntlet particles.

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "4.3.1",
3-
"version": "v1.5.0",
3+
"version": "v1.5.1",
44
"gd": {
55
"win": "2.2074",
66
"mac": "2.2074",

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ class AMQT {
9696
return m_connected.load();
9797
}
9898
void setupChannel() {
99-
bool showPastNotifs = Mod::get()->template getSettingValue<bool>("past-notifications");
99+
//bool showPastNotifs = Mod::get()->template getSettingValue<bool>("past-notifications");
100+
bool showPastNotifs = false;
100101
std::string queueName = fmt::format("amqp-queue-{}", client_id);
101102
{
102103
amqp_channel_open(m_connection, 1);

0 commit comments

Comments
 (0)