Make max photo size before sending as file configurable. Fixes #141

This commit is contained in:
Tulir Asokan
2019-02-16 17:14:02 +02:00
parent be255ec7af
commit 5af045844e
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from sqlalchemy import Column, ForeignKey, ForeignKeyConstraint, Integer, String
from sqlalchemy.engine.result import RowProxy
from typing import Optional, Iterable, Tuple
from ..types import MatrixUserID, MatrixRoomID, TelegramID
from ..types import MatrixUserID, TelegramID
from .base import Base