add url comment

This commit is contained in:
glyph 2022-03-21 13:26:32 +02:00
parent a379de179d
commit 112cfca67b
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@ use maud::PreEscaped;
use crate::{templates, utils::sbot};
// ROUTE: /scuttlebutt/blocks
/// Scuttlebutt blocks list template builder.
pub fn build_template() -> PreEscaped<String> {
// retrieve the list of blocked peers

View File

@ -2,6 +2,8 @@ use maud::PreEscaped;
use crate::{templates, utils::sbot};
// ROUTE: /scuttlebutt/follows
/// Scuttlebutt follows list template builder.
pub fn build_template() -> PreEscaped<String> {
// retrieve the list of follows

View File

@ -2,6 +2,8 @@ use maud::PreEscaped;
use crate::{templates, utils::sbot};
// ROUTE: /scuttlebutt/friends
/// Scuttlebutt friends list template builder.
pub fn build_template() -> PreEscaped<String> {
// retrieve the list of friends