Skip to content

Commit

Permalink
support blockquote
Browse files Browse the repository at this point in the history
RootShinobi committed Dec 31, 2023

Unverified

No user is associated with the committer email.
1 parent 0698290 commit 3e5fa55
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aiogram_i18n/__meta__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.3"
__version__ = "1.3.4"
3 changes: 3 additions & 0 deletions aiogram_i18n/utils/text_decorator.py
Original file line number Diff line number Diff line change
@@ -40,6 +40,9 @@ def spoiler(self, value: str) -> str:
def quote(self, value: str) -> str:
return value

def blockquote(self, value: str) -> str:
return value

def custom_emoji(self, value: str, custom_emoji_id: str) -> str:
return value

0 comments on commit 3e5fa55

Please sign in to comment.