-
new to fedi development and trying to figure out how to contribute. mostly know Typescript and frontend dev, learning Elixir
- Joined on
2023-03-04
I did a poll to try to get feedback and 'Fedi Link' seems to be the most popular. I implemented in akkoma-fe here: 2cd1cd422c
My static-fe changes are here:
55bc84da35
. I’m unsure about the icon to use, that icon is currently used for “opening…
Hm, then maybe it should work with only the activity line replaced with my code? I found that particular function by following the code in the search module (Pleroma.Search.DatabaseSearch).…
Untested, but I added this code
5bbeeeeedd
@darkkirb Thanks for taking a look. I'm not finding this able to pull a…
I'm not sure Activity.search is the best method to use here. I couldn't find something like Activity.get_or_fetch() that just took the post URL, but it's probably my unfamiliarity with the code.