]> Untitled Git - lemmy.git/commit
Populate `content` with HTML, and `source` with markdown (ref #1220)
authorFelix Ableitner <me@nutomic.com>
Tue, 24 Nov 2020 17:53:43 +0000 (18:53 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 26 Nov 2020 12:24:13 +0000 (13:24 +0100)
commitd75f621152808fd9812404b69a30105a09073b05
treec3da6bc6ef034c7818d3fad0f1feb4977271fa21
parent8bdbda1db97401adb812864f62df040e62bd1879
Populate `content` with HTML, and `source` with markdown (ref #1220)
14 files changed:
Cargo.lock
docs/src/contributing_apub_api_outline.md
lemmy_apub/Cargo.toml
lemmy_apub/src/activities/receive/comment.rs
lemmy_apub/src/activities/receive/comment_undo.rs
lemmy_apub/src/activities/receive/private_message.rs
lemmy_apub/src/fetcher.rs
lemmy_apub/src/lib.rs
lemmy_apub/src/objects/comment.rs
lemmy_apub/src/objects/community.rs
lemmy_apub/src/objects/mod.rs
lemmy_apub/src/objects/post.rs
lemmy_apub/src/objects/private_message.rs
lemmy_apub/src/objects/user.rs