yeref 0.29.5__tar.gz → 0.29.8__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.29.5 → yeref-0.29.8}/PKG-INFO +1 -1
- {yeref-0.29.5 → yeref-0.29.8}/setup.py +1 -1
- {yeref-0.29.5 → yeref-0.29.8}/yeref/yeref.py +2 -1
- {yeref-0.29.5 → yeref-0.29.8}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.5 → yeref-0.29.8}/pyproject.toml +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/setup.cfg +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/yeref/__init__.py +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/yeref/l_.py +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/yeref/tonweb.js +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.5 → yeref-0.29.8}/yeref.egg-info/top_level.txt +0 -0
@@ -261,7 +261,7 @@ GROUPP_CTIMER_ = 0
|
|
261
261
|
GROUPP_CWORK_ = ''
|
262
262
|
GROUPP_CINVITECNT_ = 1
|
263
263
|
GROUPP_CUSERDELAY_ = 1
|
264
|
-
GROUPP_CUSER_ = '
|
264
|
+
GROUPP_CUSER_ = '☑☐☑☐'
|
265
265
|
GROUPP_CADMIN_ = '☑☐'
|
266
266
|
GROUPP_CPAY_ = '☐☐☐'
|
267
267
|
GROUPP_CCOMMENT_ = '☑☑'
|
@@ -2578,6 +2578,7 @@ async def db_select_pg(sql, param=None, db_pool=None, db_config=None):
|
|
2578
2578
|
elif "<= NOW()" in sql: pass
|
2579
2579
|
elif "SELECT CHANNEL_TID, CHANNEL_LZ FROM" in sql: pass
|
2580
2580
|
elif "SELECT GROUPP_TID, GROUPP_LZ FROM" in sql: pass
|
2581
|
+
elif "SELECT GROUPP_TID, OWNER_TID, GROUPP_LC, GROUPP_LZ, GROUPP_CDIALOG FROM" in sql: pass
|
2581
2582
|
else:
|
2582
2583
|
logger.info(log_ % f"SQL: {sql}, PARAM: {param}")
|
2583
2584
|
else:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|