Skip to content

Commit

Permalink
fix(API.Status): invalid property name (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Sep 30, 2023
1 parent 65d09d3 commit ede5556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/Status.vala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Tuba.API.Status : Entity, Widgetizable {
case "reactions":
case "emoji-reactions":
return typeof (API.EmojiReaction);
case "mention":
case "mentions":
return typeof (API.Mention);
case "media-attachments":
return typeof (API.Attachment);
Expand Down

0 comments on commit ede5556

Please sign in to comment.