Skip to content

Commit

Permalink
Fix - matrix connector proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan-WeScale committed May 3, 2024
1 parent e078548 commit 4ca3eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opsdroid/connector/matrix/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import json
import logging
import re
import os
from pathlib import Path
from urllib.parse import urlparse

Expand Down Expand Up @@ -194,6 +195,7 @@ async def connect(self):
config=config,
store_path=self.store_path if self._allow_encryption else "",
device_id=self.device_id,
proxy=os.environ.get('HTTPS_PROXY'),
)

if self.access_token is not None:
Expand Down

0 comments on commit 4ca3eb4

Please sign in to comment.