We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f279ca commit c00ef05Copy full SHA for c00ef05
python/socha/api/protocol/protocol.py
@@ -268,21 +268,6 @@ class Meta:
268
)
269
270
271
-@dataclass
272
-class Joined:
273
- class Meta:
274
- name = 'joined'
275
-
276
- room_id: Optional[str] = field(
277
- default=None,
278
- metadata={
279
- 'name': 'roomId',
280
- 'type': 'Attribute',
281
- 'required': True,
282
- },
283
- )
284
285
286
@dataclass
287
class Left(ProtocolPacket):
288
"""
0 commit comments