🐛 Bug fixes
🐛 Fix cannot scan QR code from share post via image
This commit is contained in:
@ -53,7 +53,7 @@ class SnPostContentProvider {
|
||||
if (out.body['thumbnail'] != null) {
|
||||
rids.add(out.body['thumbnail']);
|
||||
}
|
||||
if (out.repostId != null) {
|
||||
if (out.repostTo != null) {
|
||||
out = out.copyWith(
|
||||
repostTo: await _preloadRelatedDataSingle(out.repostTo!),
|
||||
);
|
||||
|
Reference in New Issue
Block a user