Skip to content

Commit

Permalink
fixed field override on telegram serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Oct 31, 2024
1 parent 1259375 commit 8ab9645
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions telegram/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ class Meta:

def validate_address(self, raise_exception=False):
return True

def get_is_connected(self, obj):
return True

0 comments on commit 8ab9645

Please sign in to comment.