You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plume/src/routes
Daniel Watkins efb76a3c17
remove dependency on runtime-fmt (#773)
Per the issue, "runtime-fmt uses perma-unstable rust APIs and is
therefore susceptible to breakage".

This replaces the two calls to rt_format! with .replace() and drops the
dependency.

Fixes #769
4 years ago
..
blogs.rs Fix Atom feed (#764) 4 years ago
comments.rs Rust 2018! (#726) 4 years ago
errors.rs Rust 2018! (#726) 4 years ago
instance.rs Rust 2018! (#726) 4 years ago
likes.rs Rust 2018! (#726) 4 years ago
medias.rs Rust 2018! (#726) 4 years ago
mod.rs Fix Atom feed datetime format (#766) 4 years ago
notifications.rs Rust 2018! (#726) 4 years ago
posts.rs remove dependency on runtime-fmt (#773) 4 years ago
reshares.rs Rust 2018! (#726) 4 years ago
search.rs Rust 2018! (#726) 4 years ago
session.rs Use LenientForm instead Form for CSRF protected pages (#751) 4 years ago
tags.rs Rust 2018! (#726) 4 years ago
timelines.rs Rust 2018! (#726) 4 years ago
user.rs remove dependency on runtime-fmt (#773) 4 years ago
well_known.rs Fix some federation issue (#573) 5 years ago