enbas/internal/model
Dan Anglin f3d9d34f3c
fix: content missing when displaying Status
This commit fixes the issue where the contents of a status is not shown
when displayed on screen. For statuses made in GTS the Text field is
populated with the plain text version of the content however this is
unfortunately not the case for Mastodon statuses, therefore the Content
field is used instead and the contents is processed with StripHTMLTags
function to remove the HTML tags before printing.
2024-05-26 15:07:34 +01:00
..
account.go feat: private notes 2024-05-22 11:58:56 +01:00
application.go feat: add Enbas 2024-02-23 09:44:57 +00:00
emoji.go feat: add Enbas 2024-02-23 09:44:57 +00:00
instance_v2.go fix: update internal models for GoToSocial v0.15.0 2024-05-19 15:26:13 +01:00
list.go feat: add and remove accounts from a list 2024-05-19 11:48:36 +01:00
preferences.go feat: show user preferences 2024-05-20 19:46:05 +01:00
status.go fix: content missing when displaying Status 2024-05-26 15:07:34 +01:00
timeline.go fix: content missing when displaying Status 2024-05-26 15:07:34 +01:00