yeref 0.28.97__tar.gz → 0.28.99__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {yeref-0.28.97 → yeref-0.28.99}/PKG-INFO +1 -1
- {yeref-0.28.97 → yeref-0.28.99}/setup.py +1 -1
- {yeref-0.28.97 → yeref-0.28.99}/yeref/l_.py +0 -1
- {yeref-0.28.97 → yeref-0.28.99}/yeref/yeref.py +6 -2
- {yeref-0.28.97 → yeref-0.28.99}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.28.97 → yeref-0.28.99}/pyproject.toml +0 -0
- {yeref-0.28.97 → yeref-0.28.99}/setup.cfg +0 -0
- {yeref-0.28.97 → yeref-0.28.99}/yeref/__init__.py +0 -0
- {yeref-0.28.97 → yeref-0.28.99}/yeref/tonweb.js +0 -0
- {yeref-0.28.97 → yeref-0.28.99}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.28.97 → yeref-0.28.99}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.28.97 → yeref-0.28.99}/yeref.egg-info/top_level.txt +0 -0
@@ -265,8 +265,13 @@ GROUPP_CUSER_ = '☐☑'
|
|
265
265
|
GROUPP_CADMIN_ = '☑☐'
|
266
266
|
GROUPP_CPAY_ = '☐☐☐'
|
267
267
|
GROUPP_CCOMMENT_ = '☑☑'
|
268
|
-
|
268
|
+
GROUPP_CDIALOG_ = '☑☐☐'
|
269
269
|
GROUPP_CSYSTEM_ = '☑'
|
270
|
+
GROUPP_CCHANNEL_ = '☑☑'
|
271
|
+
GROUPP_CLINK_ = '☑☑☑'
|
272
|
+
GROUPP_CSYMBOLS_ = '☑☑☑'
|
273
|
+
GROUPP_CWORDS_ = '☐☐'
|
274
|
+
GROUPP_CVOTE_ = '☑☑'
|
270
275
|
|
271
276
|
CHANNEL_CONFIG_ = '☑☑☑☐☐☐☐'
|
272
277
|
CHANNEL_CCHECK_ = '☑☐☐☐☐'
|
@@ -13734,7 +13739,6 @@ async def page_tghp_create_for_post(ENT_TID, ENT_USERNAME, ENT_FIRSTNAME, PROJEC
|
|
13734
13739
|
tgph_ph = channel_logo_jpeg
|
13735
13740
|
elif PROJECT_TYPE == 'GROUP':
|
13736
13741
|
tgph_ph = group_logo_jpeg
|
13737
|
-
PROJECT_TYPE = f"{PROJECT_TYPE}P"
|
13738
13742
|
else:
|
13739
13743
|
tgph_ph = user_logo_jpeg
|
13740
13744
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|