Merge branch 'phase/45-presence-talk'
# Conflicts: # docs/phases/README.md # src/HSchool.Server/Api/PeopleModels.cs # src/HSchool.Server/Game/PersonCardReader.cs
This commit is contained in:
@@ -662,3 +662,6 @@ public sealed record PresenceSnapshot(
|
||||
string? GoalId = null,
|
||||
float GoalWeight = 0f,
|
||||
string? GoalAction = null);
|
||||
|
||||
/// <summary>Ids of an active talk circle. Names are resolved by the client, not here.</summary>
|
||||
public sealed record TalkCirclePresence(string TopicId, IReadOnlyList<string> MemberIds);
|
||||
|
||||
Reference in New Issue
Block a user