Uh oh!
There was an error while loading. Please reload this page.
Fix userid casting in notifications - #15912
Conversation
skjnldsv
commented
Jun 11, 2019
/backport to stable16 |
Uh oh!
There was an error while loading. Please reload this page.
skjnldsv
commented
Jun 11, 2019
@ChristophWurst this is what we should do right? Because tests are failing |
1afcef5 to
490d1f0CompareChristophWurst
commented
Jun 11, 2019
Not for primitive types. Only for built-in functions like |
skjnldsv
commented
Jun 11, 2019
Yep, I just realised that ^^ |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
490d1f0 to
49d5030Comparebackport to stable16 in #15925 |
kesselb
commented
Jun 11, 2019
cc @corecode |
corecode
commented
Jun 11, 2019
thanks! |
juliusknorr
commented
Jun 12, 2019
@skjnldsv Tests are still failing due to this on master. Mind to have a look? |
skjnldsv
commented
Jun 12, 2019
Ah damn, I missed those! |
nickvergessen
commented
Jun 21, 2019
the type hint is also part of #15040 Also I would suggest to revert the backport of the type hint and only keep the cast in 16, which also already fixes the problem. |
skjnldsv
commented
Jun 21, 2019
@nickvergessen sure thing! |
Fix#15677