Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: "Argument 1 passed to Friendica\Util\Temporal::getRelativeDate() must be of the type string, null given" #11900

Closed
wants to merge 93 commits into from

Conversation

Quix0r
Copy link

@Quix0r Quix0r commented Sep 11, 2022

Changed:

  • first parameter can be null

This happens when you try to add an app-specific password in 2FA settings.

pankraz and others added 30 commits August 13, 2022 23:28
Be more tolerant when receiving messages
All URL fields are now binary and longer
Pause the worker execution when the load is too high
Issue 11890: Don't use empty contexts
MrPetovan and others added 17 commits September 24, 2022 09:56
Check for network key existence before calling Probe::isProbable in Model\Contact
Ward against missing keys in Model\APContact::isRelay
Fix error "Class 'Friendica\Worker\Worker' not found"
- This wrongly removed text nodes containing just '0'
Fix removing falsy text nodes in HTML::tagToBBCodeSub
- first parameter can be null
- $posted_date should not allow NULL, instead use `?? ''` instead
- this happened in e.g. 2FA app-specific password listing
@MrPetovan MrPetovan added this to the 2022.09 milestone Sep 26, 2022
@MrPetovan MrPetovan added the Bug label Sep 26, 2022
@tobiasd tobiasd changed the base branch from 2022.09-rc to develop October 14, 2022 18:37
@tobiasd tobiasd modified the milestones: 2022.09, 2022.12 Oct 14, 2022
@Quix0r
Copy link
Author

Quix0r commented Oct 14, 2022

I better close this ticket as it happened during the RC phase and I have already make a new branch based on current develop code.

@Quix0r Quix0r closed this Oct 14, 2022
@Quix0r Quix0r deleted the 2022.09-rc branch October 14, 2022 22:51
@MrPetovan MrPetovan removed this from the 2022.12 milestone Oct 15, 2022
Quix0r added a commit to Quix0r/friendica that referenced this pull request Oct 18, 2022
- re-added `null` again friendica#11900 (comment)
- removed null coalescing operator
Quix0r added a commit to Quix0r/friendica that referenced this pull request Oct 18, 2022
- re-added `null` again friendica#11900 (comment)
- removed null coalescing operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants