mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-05 15:54:41 +00:00
fix: url state key if no import name is provided
This commit is contained in:
parent
2ff23b5b41
commit
3d65c1508e
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ class MatrixReuploader:
|
||||||
pack_location = import_name
|
pack_location = import_name
|
||||||
if isDefault:
|
if isDefault:
|
||||||
pack_location = ""
|
pack_location = ""
|
||||||
|
elif pack_location.startswith("http"):
|
||||||
|
pack_location = pack_location.split("/")[-1]
|
||||||
|
|
||||||
await upload_stickerpack(self.client, self.room.room_id, stickerset, pack_location)
|
await upload_stickerpack(self.client, self.room.room_id, stickerset, pack_location)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue