add gs
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
local CoreGui = game:GetService("CoreGui")
|
||||
local Modules = CoreGui.RobloxGui.Modules
|
||||
|
||||
local SetActiveConversationId = require(Modules.LuaChat.Actions.SetActiveConversationId)
|
||||
|
||||
return function(state, action)
|
||||
state = state or {}
|
||||
|
||||
if action.type == SetActiveConversationId.name then
|
||||
return action.conversationId
|
||||
end
|
||||
|
||||
return state
|
||||
end
|
||||
Reference in New Issue
Block a user