diff --git a/README.md b/README.md index 12745944..7a9d10e8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ standard. ## Running By default, running the built `out/debug/tildefriends` executable will start a -web server at . `tildefriends -h` lists further +web server at . `tildefriends -h` lists further options. The first user to create an account and log in will be granted administrative diff --git a/apps/ssb.json b/apps/ssb.json index 15464f38..ec6045b4 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&lGTfidaEuVfuFbpQD9WGizMpC6OwYr1AqM+AH0yaVsc=.sha256" + "previous": "&ErfmEIt3WboZp6PR3cC/i7XU/ZTI/2X5I9XvUN0GGMU=.sha256" } diff --git a/apps/ssb/tf-message.js b/apps/ssb/tf-message.js index 057b6c8a..fa653086 100644 --- a/apps/ssb/tf-message.js +++ b/apps/ssb/tf-message.js @@ -377,9 +377,7 @@ class TfMessageElement extends LitElement { render_menu() { let content = this.get_content(); - let formats = [ - ['message', 'Message'], - ]; + let formats = [['message', 'Message']]; if (content?.type == 'post' || content?.type == 'blog') { formats.push(['md', 'Markdown']); } @@ -390,12 +388,33 @@ class TfMessageElement extends LitElement { return html`