From eee043a846ee7588bc1dfc69e2fd16c06010d7ed Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 20 May 2025 20:20:55 +0200 Subject: [PATCH] Update documentation for WHO_LIST_UPDATE aliases for clarity --- api/SetWhoToUI.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/SetWhoToUI.lua b/api/SetWhoToUI.lua index c866d2f..1491242 100644 --- a/api/SetWhoToUI.lua +++ b/api/SetWhoToUI.lua @@ -2,8 +2,8 @@ ---@meta ---@alias WHO_LIST_UPDATE ----| '0' - CHAT_MSG_SYSTEM ----| '1' - WHO_LIST_UPDATE +---| 0 - CHAT_MSG_SYSTEM +---| 1 - WHO_LIST_UPDATE ---@param state WHO_LIST_UPDATE ---Changes the delivery method for results from SendWho() queries. In the default UI, results delivered in CHAT_MSG_SYSTEM are printed in the main chat window; results delivered in a WHO_LIST_UPDATE event cause the FriendsFrame to be shown, displaying the results in its "Who" tab.