···4747 String? rootUri,
4848 List<XFile>? imageFiles,
4949 Map<String, String>? altTexts,
5050+ List<Facet> facets = const [],
5051 }) async {
5152 // We need the current state to determine if the post is a sprk or bsky post
5253 final currentState = state.value;
···6263 rootUri: rootUri != null ? AtUri.parse(rootUri) : null,
6364 imageFiles: imageFiles,
6465 altTexts: altTexts,
6666+ facets: facets,
6567 );
66686769 // Short delay to account for server-side replication lag.