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

6.0.3 #987

Merged
merged 22 commits into from
Dec 31, 2023
Merged

6.0.3 #987

merged 22 commits into from
Dec 31, 2023

Conversation

FriedrichAltheide
Copy link
Contributor

@FriedrichAltheide FriedrichAltheide commented Dec 31, 2023

Features:

  • Improve crash handling and logging

Fixes:

  • Bring back self-chat contact
  • Fix crash when making call on iPad
  • Fix race condition in iq handler timeout

tmolitor-stud-tu and others added 22 commits December 19, 2023 05:25
Features:
- Improve crash handling and logging

Fixes:
- Bring back self-chat contact
- Fix crash when accepting call on iPad
Features:
- Improve crash handling and logging

Fixes:
- Bring back self-chat contact
- Fix crash when accepting call on iPad
- Fix race condition in iq handler timeout
- CI
blocks are NSObjects and as such can be placed inside NSDictionaries,
but NSClassFromString returns __MallocBlock__ or __GlobalBlock__ for the
var itself, not the actual type. We fix this by calling NSClassFromString
on the type which will return nil while returning an actual class for
other "real" NSObject based types.

return nil for these types while it returns
Fix bugs in rc2
@tmolitor-stud-tu tmolitor-stud-tu merged commit 6fb449a into stable Dec 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants