Merge branch 'main' into feature-join-whiteboard-by-code
# Conflicts: # dotnet/AipsRT/Hubs/WhiteboardHub.cs # dotnet/AipsRT/Services/Interfaces/IMessagingService.cs # front/src/stores/whiteboard.ts
This commit is contained in:
@@ -12,8 +12,8 @@ public interface IMessagingService
|
||||
Task CreatedArrow(Guid whiteboardId, Arrow arrow);
|
||||
Task CreateLine(Guid whiteboardId, Line line);
|
||||
Task CreateTextShape(Guid whiteboardId, TextShape textShape);
|
||||
|
||||
Task MoveShape(MoveShapeCommand moveShape);
|
||||
|
||||
Task MoveShape(Guid whiteboardId, MoveShapeCommand moveShape);
|
||||
|
||||
Task AcceptedUser(AcceptUserRequestToJoinCommand command);
|
||||
Task RejectedUser(RejectUserRequestToJoinCommand command);
|
||||
|
||||
Reference in New Issue
Block a user