• new to fedi development and trying to figure out how to contribute. mostly know Typescript and frontend dev, learning Elixir

    https://portend.place/smitten

  • Joined on 2023-03-04
smitten commented on pull request AkkomaGang/akkoma#589 2023-07-15 13:15:51 +00:00
web+ap protocol handler

Tokodon has implemented the web+ap protocol. Tokodon is a client for Plasma.

https://github.com/KDE/tokodon/blob/master/src/network/networkcontroller.cpp#L63-L112

smitten created pull request AkkomaGang/akkoma#589 2023-07-15 04:03:15 +00:00
WIP: web+ap protocol handler
smitten created branch web-protocol-handler in smitten/akkoma 2023-07-15 03:40:24 +00:00
smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-15 03:40:24 +00:00
65a8d81574 web+ap protocol handler
smitten created repository smitten/akkoma 2023-07-15 03:40:05 +00:00
smitten closed issue AkkomaGang/akkoma#541 2023-05-24 15:13:10 +00:00
[bug] MRF followers_only policy does not protect against spam DMs
smitten commented on issue AkkomaGang/akkoma#541 2023-05-24 15:13:10 +00:00
[bug] MRF followers_only policy does not protect against spam DMs

I think this is resolved by d310f99d6a

smitten commented on issue AkkomaGang/akkoma#541 2023-05-14 21:22:40 +00:00
[bug] MRF followers_only policy does not protect against spam DMs

you have misinterpreted the function of followers_only

Thanks so much for the quick reply. So it sounds like what we really want is mrf_rejectnonpublic policy with allow_followersonly on…

smitten opened issue AkkomaGang/akkoma#541 2023-05-14 20:27:55 +00:00
[bug] MRF followers_only policy does not protect against spam DMs
smitten opened issue AkkomaGang/akkoma#522 2023-04-20 15:27:19 +00:00
[feat] Error message when parent post deleted before posting