Forgot the metadata

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/chen/trunk@33 32723744-9b23-0b4a-b1da-9b2e968f9461
This commit is contained in:
yakumo.izuru 2024-02-21 22:32:43 +00:00
parent 2ab74a4fff
commit eacd51b957

View File

@ -202,11 +202,15 @@ class ChenBot(ClientXMPP):
mtype=avatar_type,
)
)
info = {
"id": avatar_id,
"type": avatar_type,
"bytes": avatar_bytes,
}
asyncio.gather(self.plugin["xep_0084"].publish_avatar_metadata([info]))
vcard = self.plugin["xep_0054"].make_vcard()
vcard["URL"] = "git://git.chaotic.ninja/yakumo_izuru/chen"
vcard["DESC"] = "Shikigami of the Shikigami of the Gap Youkai"