|
@@ -374,7 +374,7 @@ class User(DBUser, BaseUser):
|
|
if self.mqtt:
|
|
if self.mqtt:
|
|
self.mqtt.setup_proxy()
|
|
self.mqtt.setup_proxy()
|
|
if self.command_status:
|
|
if self.command_status:
|
|
- self.command_status["api"].setup_http()
|
|
|
|
|
|
+ self.command_status["api"].setup_http(self.command_status["state"].cookies.jar)
|
|
|
|
|
|
# TODO this stuff could probably be moved to mautrix-python
|
|
# TODO this stuff could probably be moved to mautrix-python
|
|
async def get_notice_room(self) -> RoomID:
|
|
async def get_notice_room(self) -> RoomID:
|