mirror of
https://gitlab.com/octospacc/TelegramIndex-Fork.git
synced 2025-06-05 22:09:12 +02:00
♿️ download url included for item result
This commit is contained in:
@ -59,6 +59,7 @@ class IndexView:
|
||||
insight=get_file_name(m),
|
||||
human_size=get_human_size(m.file.size),
|
||||
url=f"/{alias_id}/{m.id}/view",
|
||||
download=f"{alias_id}/{m.id}/download",
|
||||
)
|
||||
elif m.message:
|
||||
entry = dict(
|
||||
|
Reference in New Issue
Block a user