core: Inconsistent ready message in editonly mode.

This commit is contained in:
2025-12-06 13:21:45 -05:00
parent 78474e0bea
commit 3a3b889196
2 changed files with 6 additions and 2 deletions

View File

@@ -168,7 +168,11 @@ exports.app_socket = async function socket(request, response) {
if (blobId) {
if (message.edit_only) {
response.send(
JSON.stringify({action: 'ready', edit_only: true}),
JSON.stringify({
action: 'ready',
version: version(),
edit_only: true,
}),
0x1
);
} else {

View File

@@ -7,7 +7,7 @@ author a message on one device without having received all messages authored
from another, your account may become irrecoverably forked. Other clients may
stop receiving your messages if this happens.
1. In Tilde Friends, the _identity_ app will let you export and import your identity as a series of twelve English words for copying and pasting. Keep these words secret!
1. In Tilde Friends, the _identity_ app will let you export and import your identity as a series of twelve English words for copying and pasting. Keep these words secret!
2. The _sneaker_ app will let you export and import your feed to a file, but it's likely easier and faster to use your initial account on the receiver as a throwaway account to connect, follow yourself, and do the initial replication.