kopia lustrzana https://gitlab.com/mysocialportal/relatica
Fix reading reblog data only when presented and reblogged is status for signed in user not if status is a reblog
rodzic
d937914904
commit
36fbb38848
|
@ -60,7 +60,7 @@ extension TimelineEntryMastodonExtensions on TimelineEntry {
|
|||
|
||||
late final String reshareAuthor;
|
||||
late final String reshareAuthorId;
|
||||
if (isReshare) {
|
||||
if (json['reblog'] != null) {
|
||||
final rebloggedUser =
|
||||
ConnectionMastodonExtensions.fromJson(json['reblog']['account']);
|
||||
connectionManager.addConnection(rebloggedUser);
|
||||
|
|
Ładowanie…
Reference in New Issue