Fixed PM actions not doing anything.

This commit is contained in:
flash 2024-12-23 01:48:32 +00:00
parent ac2d99c241
commit 53b9a547b3
3 changed files with 9 additions and 17 deletions

View file

@ -10,7 +10,7 @@
const MszMessages = () => {
const extractMsgIds = msg => {
if(typeof msg.getId === 'function')
return msg.id;
return msg.getId();
if(typeof msg.toString === 'function')
return msg.toString();
throw 'unsupported message type';

View file

@ -24,14 +24,6 @@
"./tools/cron slow"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"composer/installers": true,
"wikimedia/composer-merge-plugin": false,
"php-http/discovery": true
}
},
"require-dev": {
"phpstan/phpstan": "^2.0"
}

16
composer.lock generated
View file

@ -453,11 +453,11 @@
},
{
"name": "flashwave/index",
"version": "v0.2410.630140",
"version": "v0.2410.830205",
"source": {
"type": "git",
"url": "https://patchii.net/flash/index.git",
"reference": "469391f9b601bf30553252470f175588744d4c18"
"reference": "416c716b2efab9619d14be02a20cd6540e18a83f"
},
"require": {
"ext-mbstring": "*",
@ -504,7 +504,7 @@
],
"description": "Composer package for the common library for my projects.",
"homepage": "https://railgun.sh/index",
"time": "2024-12-02T01:41:44+00:00"
"time": "2024-12-22T02:05:46+00:00"
},
{
"name": "guzzlehttp/psr7",
@ -806,16 +806,16 @@
},
{
"name": "nesbot/carbon",
"version": "3.8.2",
"version": "3.8.3",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947"
"reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
"reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f01cfa96468f4c38325f507ab81a4f1d2cd93cfe",
"reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe",
"shasum": ""
},
"require": {
@ -908,7 +908,7 @@
"type": "tidelift"
}
],
"time": "2024-11-07T17:46:48+00:00"
"time": "2024-12-21T18:03:19+00:00"
},
{
"name": "psr/clock",