<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snac2/mastoapi.c, branch main</title>
<subtitle>Fork of snac2 to test neighborhood #web</subtitle>
<id>https://git.r.bdr.sh/snac2/atom/mastoapi.c?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/snac2/atom/mastoapi.c?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/'/>
<updated>2026-06-22T19:00:55Z</updated>
<entry>
<title>Fixed custom emojis would turn into plain text with the :shortcode: format after edit status.</title>
<updated>2026-06-22T19:00:55Z</updated>
<author>
<name>e0w0e</name>
<email>e0w0e@noreply.codeberg.org</email>
</author>
<published>2026-06-22T19:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=b2f091cb5ad0544fffab699f244690671684fa87'/>
<id>urn:sha1:b2f091cb5ad0544fffab699f244690671684fa87</id>
<content type='text'>
I've noticed that when I post a status, custom emojis display correctly, but when I edit this status using clients(e.g.Trunks, Moshidon, Phanpy.social...), the custom emojis no longer display correctly. This change might resolve the issue.
</content>
</entry>
<entry>
<title>Memory leak fix</title>
<updated>2026-05-22T13:00:39Z</updated>
<author>
<name>Santtu Lakkala</name>
<email>inz@inz.fi</email>
</author>
<published>2026-05-22T12:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=6dd81fc9677a521fd7689126c5340ffe366b7a96'/>
<id>urn:sha1:6dd81fc9677a521fd7689126c5340ffe366b7a96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mastoapi: delete from admire/ cache in unfavourite and unreact.</title>
<updated>2026-05-22T06:30:06Z</updated>
<author>
<name>grunfink</name>
<email>grunfink@comam.es</email>
</author>
<published>2026-05-22T06:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=871ea6a6cd636235553e53c9c3990bd235df7a11'/>
<id>urn:sha1:871ea6a6cd636235553e53c9c3990bd235df7a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mastoapi: fix lost hashtags when editing posts.</title>
<updated>2026-05-06T18:21:43Z</updated>
<author>
<name>grunfink</name>
<email>grunfink@comam.es</email>
</author>
<published>2026-05-06T18:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=b11795b1b690c8e2e71a6758ea825cbbaab91a39'/>
<id>urn:sha1:b11795b1b690c8e2e71a6758ea825cbbaab91a39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send a scope with the token</title>
<updated>2026-04-12T21:19:58Z</updated>
<author>
<name>trondd555</name>
<email>trondd555@git</email>
</author>
<published>2026-04-12T21:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=8084252f27cbf205c4ae346ea533f4ea348dc661'/>
<id>urn:sha1:8084252f27cbf205c4ae346ea533f4ea348dc661</id>
<content type='text'>
Mastodon API includes sope with a token.
Send an empty value if we don't have a scope.
</content>
</entry>
<entry>
<title>fix: another small leak in mastoapi</title>
<updated>2026-03-19T22:04:50Z</updated>
<author>
<name>green</name>
<email>dandelions@disroot.org</email>
</author>
<published>2026-03-19T22:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=66e938bf0c02d4a743f006159f9cd740fcdfbbe3'/>
<id>urn:sha1:66e938bf0c02d4a743f006159f9cd740fcdfbbe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: memory leak in mastoapi_status()</title>
<updated>2026-03-18T15:00:39Z</updated>
<author>
<name>green</name>
<email>dandelions@disroot.org</email>
</author>
<published>2026-03-18T15:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=378287a8de4fad1d31bf9ee96e17243661c5ecf1'/>
<id>urn:sha1:378287a8de4fad1d31bf9ee96e17243661c5ecf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mastoapi: add `uri` field to verify_credentials</title>
<updated>2026-02-10T20:19:07Z</updated>
<author>
<name>Sam May</name>
<email>ag@eitilt.life</email>
</author>
<published>2026-02-10T20:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=f67d501b964d1300ca961de95d1a5401cbeaeed4'/>
<id>urn:sha1:f67d501b964d1300ca961de95d1a5401cbeaeed4</id>
<content type='text'>
Mastodon split the field out from `url` for identification purposes in
version 4.2.0, leaving the previous for simply navigating to the user
page.  Some services (notably Bridgy Fed) rely on the `uri` as part of
their OAuth flow: https://github.com/snarfed/bridgy-fed/issues/2339
</content>
</entry>
<entry>
<title>mastoapi: added a (dummy) client_secret_expires_at value in app creation.</title>
<updated>2026-02-10T05:10:29Z</updated>
<author>
<name>grunfink</name>
<email>grunfink@comam.es</email>
</author>
<published>2026-02-10T05:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=d0906957cd75c86436fec6efcefe4cebab4fedf0'/>
<id>urn:sha1:d0906957cd75c86436fec6efcefe4cebab4fedf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request 'Bug fix: Poll voting in mastoapi: Check global object store + Prevent voting when not allowed' (#552) from davidrv00/snac2-fork:vote-fix into master</title>
<updated>2026-02-07T16:04:00Z</updated>
<author>
<name>grunfink</name>
<email>grunfink@noreply.codeberg.org</email>
</author>
<published>2026-02-07T16:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/snac2/commit/?id=28d21ff667711ebdba8421d225349ac5b283d470'/>
<id>urn:sha1:28d21ff667711ebdba8421d225349ac5b283d470</id>
<content type='text'>
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/552
</content>
</entry>
</feed>
