6 lines
No EOL
183 B
Python
6 lines
No EOL
183 B
Python
from . import registry
|
|
from chat_box.utils import encrypt_url
|
|
|
|
@registry.function
|
|
def chat_param(request_profile, profile):
|
|
return encrypt_url(request_profile.id, profile.id) |