This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
yourpart-daemon
Watch
1
Star
0
Fork
0
You've already forked yourpart-daemon
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
190
Commits
4
Branches
0
Tags
df092d17905f00544faed5ca17a618e243bcc283
Commit Graph
2 Commits
Author
SHA1
Message
Date
Torsten Schulz (local)
df092d1790
Add notify module and update notification SQL query: Introduced a new
notify
module for handling notifications. Updated the SQL query in
insert_notification_conn
to use
QUERY_INSERT_NOTIFICATION
instead of
QUERY_INSERT_NOTIFICATION_FULL
, simplifying the notification insertion process.
All checks were successful
Deploy yourpart (blue-green) / deploy (push)
Successful in 1m45s
Details
2026-04-13 15:07:39 +02:00
Torsten Schulz (local)
fce7400303
Refactor notification handling in Workers: Centralize notification insertion and frontend updates by replacing direct SQL queries with dedicated functions. This improves code maintainability and reduces redundancy across character creation, events, and transport processing.
2025-12-22 13:58:17 +01:00