diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-11-16 15:48:37 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-11-16 15:52:01 +0100 |
commit | 8ac7cc98c1ba241ce104cc2ee15723f087c367d2 (patch) | |
tree | 2013ea39c028b968974ab27d6ead10b3206d78ed /changelog.d | |
parent | bf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff) | |
download | pleroma-8ac7cc98c1ba241ce104cc2ee15723f087c367d2.tar.gz pleroma-8ac7cc98c1ba241ce104cc2ee15723f087c367d2.zip |
MastoAPI AccountView: Change last_status_at to be a date
Changed in Mastodon 3.1.0 with: https://github.com/tootsuite/mastodon/pull/12966
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/last_status_at.change | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/last_status_at.change b/changelog.d/last_status_at.change new file mode 100644 index 000000000..5417aff30 --- /dev/null +++ b/changelog.d/last_status_at.change @@ -0,0 +1 @@ +- Change AccountView `last_status_at` from a datetime to a date (as done in Mastodon 3.1.0)
\ No newline at end of file |