o
    aqe                     @   s*   d dl Z d dlZg dZdefddZdS )    N)z	channels.zgroups.zim.zmpim.zadmin.conversations.whitelist.method_namec                    sV   t jd}|r
dS  sdS  fddtD }t|dkr)  d}t| dS dS )z2Prints a warning if the given method is deprecatedSLACKCLIENT_SKIP_DEPRECATIONNc                    s   g | ]	}  |r|qS  )
startswith).0prefixr   r   V/var/www/html/humari/django-venv/lib/python3.10/site-packages/slack/web/deprecation.py
<listcomp>   s    z,show_2020_01_deprecation.<locals>.<listcomp>r   z is deprecated. Please use the Conversations API instead. For more info, go to https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api)osenvironget"deprecated_method_prefixes_2020_01lenwarningswarn)r   skip_deprecationmatched_prefixesmessager   r   r	   show_2020_01_deprecation   s   
r   )r   r   r   strr   r   r   r   r	   <module>   s    	