1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-14 09:45:00 +01:00
mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonCore
Mary 7eebb62267 Accept missing metadata on attachments
Akkoma/Pleroma (and Friendica until recently) aren't providing attachment meta information like width or height.

Because Mastodon app enforced those fields to be present, attachments would be filtered out.

This commit change the behaviour of Mastodon.Entity.Status.mastodonAttachments by allowing those values to be missing and use default values instead.
2022-12-21 23:06:49 +01:00
..
Authentication chore: inject AuthContext 2022-10-08 15:16:10 +08:00
Extension Accept missing metadata on attachments 2022-12-21 23:06:49 +01:00
FetchedResultsController chore: Implement FollowedTagsViewModel+DiffableDataSource 2022-12-01 11:39:02 +01:00
Model feat: restore emoji picker for post compose 2022-11-13 19:42:50 +08:00
Persistence Merge remote-tracking branch 'upstream/develop' into status-cards 2022-12-03 13:49:04 -05:00
Service chore: Address PR codestyle feedback 2022-12-14 09:51:15 +01:00
Vendor
AppContext.swift fix: use singleton AppContext to workaround reentry problem 2022-11-23 14:16:28 +08:00
AppError.swift feat: [WIP] restore compose status publish function with background task support 2022-10-31 20:41:19 +08:00
AppSecret.swift Merge branch 'release-1.4.6' into feature/package-refactor 2022-11-01 14:14:00 +08:00
AuthContext.swift chore: inject AuthContext 2022-10-08 15:16:10 +08:00
DocumentStore.swift