feat: add avatars
This commit is contained in:
@@ -36,4 +36,8 @@ class IUserRepository(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def email_exists(self, email: str) -> bool:
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
async def set_avatar_link(self, user_id: str, avatar_link: str) -> UserEntity:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user