community goal? never jnew her

This commit is contained in:
legop3
2026-05-01 01:18:21 -04:00
parent eefe434607
commit b491d91ec5
17 changed files with 89 additions and 80 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ export function SessionProvider({ children }) {
}
return emitWithAck('replay:trigger', { sources: sourcesOrPayload, title });
},
setCommunityGoal: (text) => emitWithAck('communityGoal:set', { text }),
setGlobalObjective: (text) => emitWithAck('globalObjective:set', { text }),
setAdminReason: (text) => emitWithAck('adminReason:set', { text }),
rebootRover: (roverId) =>
emitWithAck('command', { roverId, type: 'reboot', data: { reboot: {} } }),