mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:46:30 +00:00
don't send user dto back
This commit is contained in:
@@ -62,7 +62,6 @@ cdef class CommandProcessor:
|
|||||||
cdef User user
|
cdef User user
|
||||||
self.api_client.set_credentials(Credentials.from_msgpack(command.data))
|
self.api_client.set_credentials(Credentials.from_msgpack(command.data))
|
||||||
user = self.api_client.get_user()
|
user = self.api_client.get_user()
|
||||||
self.remote_handler.send(command.client_id, user.serialize())
|
|
||||||
|
|
||||||
cdef load_file(self, RemoteCommand command):
|
cdef load_file(self, RemoteCommand command):
|
||||||
cdef FileData file_data = FileData.from_msgpack(command.data)
|
cdef FileData file_data = FileData.from_msgpack(command.data)
|
||||||
|
|||||||
Reference in New Issue
Block a user