fix
This commit is contained in:
parent
ed9b0ee414
commit
6cd22d840e
|
|
@ -74,7 +74,7 @@ class PlayerTemplates:
|
||||||
else:
|
else:
|
||||||
inline_keyboard_array.append([{
|
inline_keyboard_array.append([{
|
||||||
'text': self.user.translated('viewTrackAsClient_button'),
|
'text': self.user.translated('viewTrackAsClient_button'),
|
||||||
'url': f"https://t.me/{CLIENT_TELEGRAM_BOT_USERNAME}?start=C{content.telegram_cid}"
|
'url': f"https://t.me/{CLIENT_TELEGRAM_BOT_USERNAME}?start=C{content.cid.serialize_v2()}"
|
||||||
}])
|
}])
|
||||||
else:
|
else:
|
||||||
local_content = None
|
local_content = None
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue