core: Inconsistent ready message in editonly mode.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user