Fix: username caching in latest madeline

This commit is contained in:
Alexander Pankratov 2024-05-14 21:10:03 +02:00
parent 62ca596bfa
commit b6d4e73c91
2 changed files with 11 additions and 9 deletions

18
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fa0829731f1399d1872730a90911afc8", "content-hash": "09b26d1017fd85d16a9cb71fc6048cdf",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@ -233,12 +233,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/xtrime-ru/dns.git", "url": "https://github.com/xtrime-ru/dns.git",
"reference": "2a70849cdcf5eb961574fee3b33915e2bebb4b70" "reference": "037b762d95f7d9e855b9c6736c0ccc4adcb8921e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/xtrime-ru/dns/zipball/2a70849cdcf5eb961574fee3b33915e2bebb4b70", "url": "https://api.github.com/repos/xtrime-ru/dns/zipball/037b762d95f7d9e855b9c6736c0ccc4adcb8921e",
"reference": "2a70849cdcf5eb961574fee3b33915e2bebb4b70", "reference": "037b762d95f7d9e855b9c6736c0ccc4adcb8921e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -326,7 +326,7 @@
"support": { "support": {
"source": "https://github.com/xtrime-ru/dns/tree/2.x" "source": "https://github.com/xtrime-ru/dns/tree/2.x"
}, },
"time": "2024-05-14T16:13:20+00:00" "time": "2024-05-14T18:13:22+00:00"
}, },
{ {
"name": "amphp/file", "name": "amphp/file",
@ -2646,12 +2646,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/danog/MadelineProto.git", "url": "https://github.com/danog/MadelineProto.git",
"reference": "cbeb581f5b495328bcd2846393c3f976774618af" "reference": "7db1850e379ddd432b471cf544319896b448bd97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/cbeb581f5b495328bcd2846393c3f976774618af", "url": "https://api.github.com/repos/danog/MadelineProto/zipball/7db1850e379ddd432b471cf544319896b448bd97",
"reference": "cbeb581f5b495328bcd2846393c3f976774618af", "reference": "7db1850e379ddd432b471cf544319896b448bd97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2767,7 +2767,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-14T11:38:51+00:00" "time": "2024-05-14T20:03:12+00:00"
}, },
{ {
"name": "danog/primemodule", "name": "danog/primemodule",

View File

@ -12,6 +12,8 @@ services:
- "9003" - "9003"
environment: environment:
PHP_IDE_CONFIG: "serverName=Docker" PHP_IDE_CONFIG: "serverName=Docker"
command:
- "-s=session"
mysql: mysql:
extends: extends:
file: docker-compose.base.yml file: docker-compose.base.yml