From dea3770027e8f50d888246b8d831efddac73e734 Mon Sep 17 00:00:00 2001 From: Eccentric Date: Sat, 17 Feb 2024 15:42:04 +0000 Subject: [PATCH] Fix dedicated server actions --- handlers/server.go | 6 +++--- readme.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/handlers/server.go b/handlers/server.go index 7b6d76c..73c952b 100644 --- a/handlers/server.go +++ b/handlers/server.go @@ -40,9 +40,9 @@ func PostServerProfileAction(c *fiber.Ctx) error { "profileRevision": profile.Revision, "profileCommandRevision": profile.Revision, "profileChangesBaseRevision": profile.Revision - 1, - "profileChanges": []aid.JSON{}, - "multiUpdate": []aid.JSON{}, - "notifications": []aid.JSON{}, + "profileChanges": profileChanges, + "multiUpdate": multiUpdate, + "notifications": notifications, "responseVersion": 1, "serverTime": time.Now().Format("2006-01-02T15:04:05.999Z"), }) diff --git a/readme.md b/readme.md index 1ed8258..50b039d 100644 --- a/readme.md +++ b/readme.md @@ -24,8 +24,8 @@ And once battle royale is completed ... ## Feature List -- **XMPP** On every single build. Season 1 & 2 use TCP, Season 3 onwards use Websockets. -- **Friends** On every builds with the ability to add and remove friends. +- **XMPP** For interacting with friends, parties and gifting. +- **Friends** On every build, this will allow for adding, removing and blocking friends. - **Party System V2** This replaces the legacy xmpp driven party system. - **Gifting** Of any item shop entry to any friend. - **Locker Loadouts** On seasons 12 onwards, this allows for the saving and loading of multiple locker presets.