trinity-1686a

Results 76 comments of trinity-1686a

Looking at the code, there is nothing made to delete medias on user deletion (or after), but it should not be too difficult to implement (in [plume-models/src/users.rs:User::delete](https://github.com/Plume-org/Plume/blob/9aaff1a484e44b98c4e324a4cfce94c3d1ebb5c9/plume-models/src/users.rs#L133)) However keep in...

> Not just for translation, I hope the repo also move to gitlab or gitea. As a matter of fact, there is a [gitea server](https://git.joinplu.me/) which should one day host...

this would not account for federated posts ----- Original Message ----- From: "Baptiste Gelez" To: "Plume-org/Plume" Cc: "Trinity Pointard" , "Author" Sent: Monday, 1 July, 2019 22:14:22 Subject: Re: [Plume-org/Plume]...

I'm looking into it. It seems the webfinger entry for the user `[email protected]` contain escaped `/`, where we expect them to be used directly (it's how other implementations behave). I'm...

The two issues are different and unrelated, but I'll try to push fixes for both by the end of the day

> To do this, I would have to adapt the URLs ap_url, inbox_url and outbox_url on blog creation (or update) and i would have to modify the templates to use...

> I assume my method of recompilation is flawed. (Only do `cargo web deploy -p plume-front --release`) The feature is missing, so it's not the issue at hand, but doing...

I think the best way to handle sql connections would be to have worker threads that are basically dedicated to that, and have a [mpsc channel](https://docs.rs/async-std/1.6.0/async_std/sync/fn.channel.html) through which requests can...

There is already caching for any templated page, with the following limitations : - reply that page is cached only for GET request (should probably be HEAD too actually) -...

I'll look into it if I got some time. Honestly I have no idea, I'm not operating any instances so I don't have neither logs nor a flamegraph of an...