chore: 些細な変更

pull/109/head
yupix 7 months ago
parent 1dfd443652
commit da1ebfe93e
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -3,7 +3,6 @@ from .chart import *
from .drive import *
from .favorite import *
from .follow import *
from .mute import *
from .my import *
from .note import *
from .poll import *

@ -153,7 +153,9 @@ class ReactionActions(ClientReactionActions):
type=type, limit=limit, since_id=since_id, until_id=until_id, note_id=note_id
)
async def get_emoji_list(self) -> list[CustomEmoji]:
async def get_emoji_list(
self,
) -> list[CustomEmoji]: # TODO: metaからemojisは削除されてるので別の方法に切り替える
data: IPartialMeta = await self.__session.request(
Route("GET", "/api/meta"),
json={"detail": False},

@ -6,7 +6,6 @@ from .client import *
from .drive import *
from .favorite import *
from .follow import *
from .mute import *
from .my import *
from .note import *
from .page import *

Loading…
Cancel
Save