reformat remaining namespaces

This commit is contained in:
Roman Volosovskyi 2018-05-08 11:32:28 +03:00
parent 6fc03fc217
commit 8c1cd9d3d4
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
83 changed files with 916 additions and 1217 deletions

View File

@ -34,7 +34,6 @@
(catch js/Error e
(log/debug "Error: " e))))))
;;;; Specific debug methods
;; TODO: there are still a lot of dispatch calls here. we can remove or restructure most of them,
;; but to do this we need to also rewrite a lot of already existing functions
@ -115,7 +114,6 @@
(respond {:type :error
:text "No log messages found."}))))
;;;; FX
(re-frame/reg-fx
@ -153,7 +151,6 @@
(respond {:type :error :text (str "Error: " e)})
(log/debug "Error: " e)))))
;;;; Handlers
(handlers/register-handler-fx

View File

@ -32,8 +32,7 @@
{:id :outbound :label (i18n/label :t/outgoing) :checked? true}
{:id :pending :label (i18n/label :t/pending) :checked? true}
;; TODO(jeluard) Restore once we support postponing transaction
#_
{:id :postponed :label (i18n/label :t/postponed) :checked? true}]}})
#_{:id :postponed :label (i18n/label :t/postponed) :checked? true}]}})
(def default-account-settings
{:wallet {:visible-tokens {:testnet #{:STT :ATT}

View File

@ -327,7 +327,6 @@
(defn supported-locales-that-are-not-considered-supported []
(set/difference (actual-supported-locales) supported-locales))
(set! (.-translations rn-dependencies/i18n)
(clj->js translations-by-locale))

View File

@ -10,7 +10,6 @@
(non-status-go-module/ReactNativeStatus.)
(native-module/ReactNativeStatus.)))
(def adjust-resize 16)
(def adjust-pan 32)
@ -23,54 +22,42 @@
(defn init-jail []
(module-interface/-init-jail rns-module))
(defn move-to-internal-storage [callback]
(module-interface/-move-to-internal-storage rns-module callback))
(defn start-node [config]
(module-interface/-start-node rns-module config))
(defn stop-node []
(module-interface/-stop-node rns-module))
(defn create-account [password callback]
(module-interface/-create-account rns-module password callback))
(defn recover-account [passphrase password callback]
(module-interface/-recover-account rns-module passphrase password callback))
(defn login [address password callback]
(module-interface/-login rns-module address password callback))
(defn approve-sign-requests [hashes password callback]
(module-interface/-approve-sign-requests rns-module hashes password callback))
(defn discard-sign-request [id]
(module-interface/-discard-sign-request rns-module id))
(defn parse-jail [chat-id file callback]
(module-interface/-parse-jail rns-module chat-id file callback))
(defn call-jail [params]
(module-interface/-call-jail rns-module params))
(defn call-function! [params]
(module-interface/-call-function! rns-module params))
(defn set-soft-input-mode [mode]
(module-interface/-set-soft-input-mode rns-module mode))
(defn clear-web-data []
(module-interface/-clear-web-data rns-module))

View File

@ -1,8 +1,7 @@
(ns status-im.translations.af)
(def translations
{
;;common
{;;common
:members-title "lede"
:not-implemented "!nie geimplimenteer nie"
:chat-name "Bynaam"
@ -132,10 +131,7 @@
:address-explication "Miskien moet hier 'n bietjie teks wees wat verduidelik wat 'n adres is en waar om daarvoor te soek."
:contact-already-added "Die kontak is alreeds bygevoeg"
:can-not-add-yourself "Jy kan nie jouself byvoeg nie"
:unknown-address "Onbekende adres"
;;login
:unknown-address "Onbekende adres" ;;login
:connect "Konnekteer"
:address "Adres"
:password "Wagwoord"
@ -205,7 +201,6 @@
:delete-contact "Skrap kontak"
:mute-notifications "Demp kennisgewings"
:contact-s {:one "kontak"
:other "kontakte"}
:next "Volgende"
@ -226,9 +221,6 @@
:no-statuses-found "Geen statusse gevind nie"
:browsing-open-in-web-browser "Maak oop in webblaaier"
:delete-group-prompt "Dit sal nie kontakte affekteer nie"
:edit-profile "Redigeer profiel"
:empty-topic "Leë onderwerp"
:edit-profile "Redigeer profiel" :empty-topic "Leë onderwerp"
:to "Aan"
:data "Data"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ar)
(def translations
{
;;common
{;;common
:members-title "الأعضاء"
:not-implemented "!غير مُطَبّق"
:chat-name "اسم الدردشة"
@ -132,10 +131,7 @@
:address-explication "ربما يتعين أن تتوافر هنا بعض النصوص التي تشرح ما هو العنوان وأين تبحث عنه"
:contact-already-added "تمت إضافة جهة الاتصال"
:can-not-add-yourself "لا يمكنك إضافة نفسك"
:unknown-address "عنوان غير معروف"
;;login
:unknown-address "عنوان غير معروف";;login
:connect "اتصال"
:address "عنوان"
:password "كلمة مرور"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.bel)
(def translations
{
;;common
{;;common
:members-title "Удзельнікі"
:not-implemented "!не рэалізавана"
:chat-name "Імя чата"
@ -146,10 +145,7 @@
:enter-valid-public-key "Калі ласка, увядзіце сапраўдны публічны ключ ці скануйце QR-код"
:contact-already-added "Кантакт ўжо дададзены"
:can-not-add-yourself "Вы не можаце дадаць сябе"
:unknown-address "Невядомы адрас"
;;login
:unknown-address "Невядомы адрас";;login
:connect "Падлучыцца"
:address "Адрас"
:password "Пароль"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.cs)
(def translations
{
;;common
{;;common
:members-title "Členové"
:not-implemented "!není implementováno"
:chat-name "Název chatu"
@ -199,10 +198,7 @@
:enter-valid-public-key "Prosím zadejte platný veřejný klíč nebo načtěte QR kód"
:contact-already-added "Tento kontakt již byl přidán"
:can-not-add-yourself "Nemůžeš přidat sebe"
:unknown-address "Neznámá adresa"
;;login
:unknown-address "Neznámá adresa";;login
:connect "Připojit"
:address "Adresa"
:password "Heslo"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.da)
(def translations
{
;;common
{;;common
:members-title "Medlemmere"
:not-implemented "Ikke implementeret!"
:chat-name "Chatnavn"
@ -198,10 +197,7 @@
:enter-valid-public-key "Indtast venligst en gyldig offentlig nøgle eller scan en QR-kode"
:contact-already-added "Kontakten er allerede tilføjet"
:can-not-add-yourself "Du kan ikke tilføje dig selv fjolle"
:unknown-address "Ukendt adresse"
;;login
:unknown-address "Ukendt adresse";;login
:connect "Tilslut"
:address "Adresse"
:password "Kodeord"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.de)
(def translations
{
;;common
{;;common
:members-title "Mitglieder"
:not-implemented "!nicht implementiert"
:chat-name "Chatname"
@ -329,11 +328,7 @@
:wallet-invalid-address "Ungültige Adresse: \n {{data}}"
:wallet-browse-photos "Fotos durchsuchen"
:validation-amount-invalid-number "Menge ist keine gültige Zahl"
:validation-amount-is-too-precise "Menge ist zu präzise. Die kleinste Einheit, die du senden kannst, ist 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Menge ist zu präzise. Die kleinste Einheit, die du senden kannst, ist 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Neues Netzwerk"
:add-network "Netzwerk hinzufügen"
:add-new-network "Neues Netzwerk hinzufügen"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.de-ch)
(def translations
{
;;common
{;;common
:members-title "Mitglieder"
:not-implemented "!nicht implementiert"
:chat-name "Chat Name"
@ -132,10 +131,7 @@
:address-explication "Vielleicht sollte hier ein Text stehen der erklärt, was eine Adresse ist und wo man suchen soll"
:contact-already-added "Der Kontakt wurde bereits hinzugefügt"
:can-not-add-yourself "Du kannst dich nicht selbst hinzufügen"
:unknown-address "Unbekannte Adresse"
;;login
:unknown-address "Unbekannte Adresse";;login
:connect "Verbinden"
:address "Adresse"
:password "Passwort"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.el)
(def translations
{
;;common
{;;common
:members-title "Μέλη"
:not-implemented "!μη υλοποιημένο"
:chat-name "Όνομα συνομιλίας"
@ -347,11 +346,7 @@
:wallet-transaction-fee-details "Το όριο gas είναι το ποσό του gas που θα αποσταλεί με τη συναλλαγή σας. Η αύξηση αυτού του αριθμού δε θα οδηγήσει σε ταχύτερη επεξεργασία της συναλλαγής σας"
:wallet-transaction-total-fee "Σύνολική Χρέωση"
:validation-amount-invalid-number "Το ποσό δεν είναι έγκυρος αριθμός"
:validation-amount-is-too-precise "Το ποσό είναι πολύ ακριβές. Η μικρότερη μονάδα που μπορείτε να στείλετε είναι 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Το ποσό είναι πολύ ακριβές. Η μικρότερη μονάδα που μπορείτε να στείλετε είναι 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Νέο δίκτυο"
:add-network "Προσθήκη δικτύου"
:add-new-network "Προσθήκη νέου δικτύου"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.en)
(def translations
{
;;common
{;;common
:members-title "Members"
:not-implemented "!not implemented"
:chat-name "Chat name"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.es)
(def translations
{
;;common
{;;common
:members-title "Miembros"
:not-implemented "¡No se ha implementado!"
:chat-name "Nombre del chat"
@ -327,11 +326,7 @@
:wallet-invalid-address "Dirección inválida: \n {{data}}"
:wallet-browse-photos "Navegar Imágenes"
:validation-amount-invalid-number "La cantidad no es un número válido"
:validation-amount-is-too-precise "La cantidad es demasiado precisa. La mínima unidad que puedes enviar es 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "La cantidad es demasiado precisa. La mínima unidad que puedes enviar es 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Nueva red"
:add-network "Añadir red"
:add-new-network "Añadir nueva red"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.es-ar)
(def translations
{
;;common
{;;common
:members-title "Miembros"
:not-implemented "!no implementado"
:chat-name "Nombre del chat"
@ -137,10 +136,7 @@
:address-explication "Tal vez, aquí debería haber alguna indicación explicando qué es una dirección y dónde buscarla"
:contact-already-added "El contacto ya ha sido agregado"
:can-not-add-yourself "No puedes agregarte a ti mismo(a)"
:unknown-address "Dirección desconocida"
;;login
:unknown-address "Dirección desconocida";;login
:connect "Conectar"
:address "Dirección"
:password "Contraseña"
@ -206,10 +202,7 @@
:enter-address "Ingresar dirección"
:send-transaction "Enviar transacción"
:delete-contact "Eliminar contacto"
:mute-notifications "Silenciar notificaciones"
:contact-s {:one "contacto"
:mute-notifications "Silenciar notificaciones" :contact-s {:one "contacto"
:other "contactos"}
:next "Siguiente"
:from "De"
@ -228,9 +221,6 @@
:no-statuses-found "No se encontraron estados"
:browsing-open-in-web-browser "Abrir en navegador web"
:delete-group-prompt "Esto no afectará a los contactos"
:edit-profile "Editar perfil"
:empty-topic "Tema vacío"
:edit-profile "Editar perfil" :empty-topic "Tema vacío"
:to "Para"
:data "Datos"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.es-mx)
(def translations
{
;;common
{;;common
:members-title "Miembros"
:not-implemented "!No implementado!"
:chat-name "Nombre del chat"
@ -198,10 +197,7 @@
:enter-valid-public-key "Por favor ingresa una llave pública o escanea un código QR"
:contact-already-added "El contacto ya ha sido agregado"
:can-not-add-yourself "No puedes agregarte a ti mismo"
:unknown-address "Dirección desconocida"
;;login
:unknown-address "Dirección desconocida";;login
:connect "Conectar"
:address "Dirección"
:password "Contraseña"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.fi)
(def translations
{
;;common
{;;common
:members-title "Jäsenet"
:not-implemented "!ei toteutettu"
:chat-name "Keskustelun nimi"
@ -199,10 +198,7 @@
:enter-valid-public-key "Anna voimassaoleva julkinen osoite tai skannaa QR koodi"
:contact-already-added "Tämä yhteystieto on jo lisätty"
:can-not-add-yourself "Et voi lisätä itseäsi"
:unknown-address "Tuntematon osoite"
;;login
:unknown-address "Tuntematon osoite";;login
:connect "Yhdistä"
:address "Osoite"
:password "Salasana"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.fr)
(def translations
{
;;common
{;;common
:members-title "Membres"
:not-implemented "! Non disponible"
:chat-name "Pseudonyme"
@ -346,11 +345,7 @@
:wallet-invalid-address "Adresse invalide: \n {{data}}"
:wallet-browse-photos "Parcourir les Photos"
:validation-amount-invalid-number "Le montant n'est pas un nombre valide"
:validation-amount-is-too-precise "Le montant est trop précis. La plus petite unité que vous pouvez saisir est 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Le montant est trop précis. La plus petite unité que vous pouvez saisir est 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Nouveau réseau"
:add-network "Ajouter un réseau"
:add-new-network "Ajouter un nouveau réseau"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.fr-ch)
(def translations
{
;;common
{;;common
:members-title "Membres"
:not-implemented "!pas mis en place"
:chat-name "Nom de chat"
@ -132,10 +131,7 @@
:address-explication "On pourrait mettre ici un texte qui explique ce qu'est une adresse et comment la rechercher"
:contact-already-added "Le contact a déjà été ajouté"
:can-not-add-yourself "Vous ne pouvez pas vous ajouter vous-même"
:unknown-address "Adresse inconnue"
;;login
:unknown-address "Adresse inconnue";;login
:connect "Se connecter"
:address "Adresse"
:password "Mot de passe"
@ -203,10 +199,7 @@
:enter-address "Renseigner l'adresse"
:send-transaction "Envoyer la transaction"
:delete-contact "Supprimer le contact"
:mute-notifications "Désactiver le son des notifications"
:contact-s {:one "contact"
:mute-notifications "Désactiver le son des notifications" :contact-s {:one "contact"
:other "contacts"}
:next "Suivant"
:from "De"
@ -226,9 +219,6 @@
:no-statuses-found "Aucun statut trouvé"
:browsing-open-in-web-browser "Ouvrir dans le navigateur"
:delete-group-prompt "Cela n'affectera pas les contacts"
:edit-profile "Modifier le profil"
:empty-topic "Sujet vide"
:edit-profile "Modifier le profil" :empty-topic "Sujet vide"
:to "À"
:data "Données"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.fy)
(def translations
{
;;common
{;;common
:members-title "Leden"
:not-implemented "!net ymplemintearre"
:chat-name "Chatnamme"
@ -199,10 +198,7 @@
:enter-valid-public-key "Fear in jildich adres public kaai yn of scan in QR koade"
:contact-already-added "De kontaktpersoan is ol tafoege"
:can-not-add-yourself "Do kinst dysels net tafoegje"
:unknown-address "Ûnbekend adres"
;;login
:unknown-address "Ûnbekend adres";;login
:connect "Ferbine"
:address "Adres"
:password "Wachtwurd"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.he)
(def translations
{
;;common
{;;common
:members-title "חבר"
:not-implemented "!עדיין לא יושם"
:chat-name "שם הצ'אט"
@ -200,10 +199,7 @@
:enter-valid-public-key "אנא הזן קוד פומבי תקף או סרוק ברקוד"
:contact-already-added "איש הקשר כבר קיים"
:can-not-add-yourself "אתה לא יכול להוסיף את עצמך"
:unknown-address "כתובת לא ידועה"
;;login
:unknown-address "כתובת לא ידועה";;login
:connect "התחבר"
:address "כתובת"
:password "סיסמא"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.hi)
(def translations
{
;;common
{;;common
:members-title "सदस्य"
:not-implemented "!कार्यान्वित नहीं"
:chat-name "चैट नाम"
@ -132,10 +131,7 @@
:address-explication "संभवतः यहाँ कुछ टेक्स्ट विवरण होना चाहिए कि पता क्या है और इसे कहाँ खोजा जाए"
:contact-already-added "संपर्क पहले से जोड़ लिया गया है"
:can-not-add-yourself "आप अपने आपको नहीं जोड़ सकते"
:unknown-address "अज्ञात पता"
;;login
:unknown-address "अज्ञात पता";;login
:connect "कनेक्ट करें"
:address "पता"
:password "पासवर्ड"
@ -203,10 +199,7 @@
:enter-address "पता प्रविष्ट करें"
:send-transaction "लेनदेन भेजें"
:delete-contact "संपर्क मिटाएं"
:mute-notifications "अधिसूचनाएं म्यूट करें"
:contact-s {:one "संपर्क"
:mute-notifications "अधिसूचनाएं म्यूट करें" :contact-s {:one "संपर्क"
:other "संपर्क"}
:next "अगला"
:from "द्वारा"
@ -226,9 +219,6 @@
:no-statuses-found "कोई स्टैटस नहीं मिले"
:browsing-open-in-web-browser "वेब ब्राउज़र में खोलें"
:delete-group-prompt "इससे संपर्क प्रभावित नहीं होंगे"
:edit-profile "प्रोफाइल का संपादन करें"
:empty-topic "रिक्त विषय"
:edit-profile "प्रोफाइल का संपादन करें" :empty-topic "रिक्त विषय"
:to "प्रति"
:data "डेटा"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.hu)
(def translations
{
;;common
{;;common
:members-title "Tagok"
:not-implemented "!nem végrehajtott"
:chat-name "Csevegés neve"
@ -132,10 +131,7 @@
:address-explication "Itt talán szükség lenne egy kis szövegre, ami elmagyarázná, mi is az a cím és hol lehet megtalálni"
:contact-already-added "A kapcsolat már hozzáadásra került"
:can-not-add-yourself "Magadat nem adhatod hozzá"
:unknown-address "Ismeretlen cím"
;;login
:unknown-address "Ismeretlen cím";;login
:connect "Kapcsolódás"
:address "Cím"
:password "Jelszó"
@ -203,10 +199,7 @@
:enter-address "Cím megadása"
:send-transaction "Tranzakció küldése"
:delete-contact "Névjegy törlése"
:mute-notifications "Értesítések elnémítása"
:contact-s {:one "névjegy"
:mute-notifications "Értesítések elnémítása" :contact-s {:one "névjegy"
:other "névjegyek"}
:next "Következő"
:from "Feladó"
@ -226,9 +219,6 @@
:no-statuses-found "Nem található állapot"
:browsing-open-in-web-browser "Megnyitás új böngészőben"
:delete-group-prompt "Nem lesz hatással a névjegyekre"
:edit-profile "Profil szerkesztése"
:empty-topic "Üres téma"
:edit-profile "Profil szerkesztése" :empty-topic "Üres téma"
:to "Címzett"
:data "Adatok"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.id)
(def translations
{
;;common
{;;common
:members-title "anggota"
:not-implemented "tidak diimplementasikan !"
:chat-name "nama obrolan"
@ -132,10 +131,7 @@
:address-explication "mungkin harus ada beberapa konten untuk menjelaskan alamat ini dan di mana menemukannya"
:contact-already-added "Kontak yang telah ditambahkan"
:can-not-add-yourself "tidak dapat menambahkan anda sendiri"
:unknown-address "alamat tidak diketahui"
;;login
:unknown-address "alamat tidak diketahui";;login
:connect "terhubung"
:address "alamat"
:password "kata sandi"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.it)
(def translations
{
;;common
{;;common
:members-title "Membri"
:not-implemented "!non implementato"
:chat-name "Nome della chat"
@ -327,11 +326,7 @@
:wallet-invalid-address "Indirizzo non valido: \n {{data}}"
:wallet-browse-photos "Sfoglia Foto"
:validation-amount-invalid-number "La Quantità è un numero invalido"
:validation-amount-is-too-precise "L'ammontare è troppo preciso. La più piccola unità che puoi inviare è 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "L'ammontare è troppo preciso. La più piccola unità che puoi inviare è 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Nuova rete"
:add-network "Aggiungi rete"
:add-new-network "Aggiungi nuova rete"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.it-ch)
(def translations
{
;;common
{;;common
:members-title "Membri"
:not-implemented "!non implementato"
:chat-name "Nome chat"
@ -132,10 +131,7 @@
:address-explication "Forse qui dovremmo spiegare cos'è un indirizzo e dove cercarlo"
:contact-already-added "Il contatto è già stato aggiunto"
:can-not-add-yourself "Non puoi aggiungere te stesso"
:unknown-address "Indirizzo sconosciuto"
;;login
:unknown-address "Indirizzo sconosciuto";;login
:connect "Effettua connessione"
:address "Indirizzo"
:password "Password"
@ -203,10 +199,7 @@
:enter-address "Inserisci indirizzo"
:send-transaction "Invia transazione"
:delete-contact "Elimina contatto"
:mute-notifications "Silenzia le notifiche"
:contact-s {:one "contatto"
:mute-notifications "Silenzia le notifiche" :contact-s {:one "contatto"
:other "contatti"}
:next "Avanti"
:from "Da"
@ -226,9 +219,6 @@
:no-statuses-found "Nessuno stato trovato"
:browsing-open-in-web-browser "Apri nel browser"
:delete-group-prompt "Questo non intaccherà i contatti"
:edit-profile "Modifica profilo"
:empty-topic "Argomento non definito"
:edit-profile "Modifica profilo" :empty-topic "Argomento non definito"
:to "A"
:data "Dati"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ja)
(def translations
{
;;common
{;;common
:members-title "メンバー"
:not-implemented "実装されていません"
:chat-name "チャット名"
@ -338,10 +337,7 @@
:wallet-transaction-fee-details "Gas リミットは、取引で送付するgasの量です。 この数を増やしても、取引はより速く処理されません"
:wallet-transaction-total-fee "合計料金"
:validation-amount-invalid-number "金額は有効な数字ではありません"
:validation-amount-is-too-precise "金額が高すぎます。送れる最小単位は1 Wei1x10 ^ -18 ETHです。"
;; network settings
:validation-amount-is-too-precise "金額が高すぎます。送れる最小単位は1 Wei1x10 ^ -18 ETHです。";; network settings
:new-network "新しいネットワーク"
:add-network "ネットワークを追加する"
:add-new-network "新しいネットワークを追加"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ko)
(def translations
{
;;common
{;;common
:members-title "멤버"
:not-implemented "!구현되지 않음"
:chat-name "채팅 이름"
@ -327,11 +326,7 @@
:wallet-invalid-address "잘못된 주소: \n {{data}}"
:wallet-browse-photos "사진 보기"
:validation-amount-invalid-number "잘못된 액수입니다"
:validation-amount-is-too-precise "액수가 너무 정확합니다. 최소 송금 단위는 1 Wei (1x10^-18 ETH) 입니다."
;; network settings
:validation-amount-is-too-precise "액수가 너무 정확합니다. 최소 송금 단위는 1 Wei (1x10^-18 ETH) 입니다.";; network settings
:new-network "새 네트워크"
:add-network "네트워크 추가"
:add-new-network "새 네트워크 추가"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.la)
(def translations
{
;;common
{;;common
:members-title "sodalis"
:not-implemented "ne attexit"
:chat-name "nomen colloquii"
@ -127,10 +126,7 @@
:address-explication "explain what adresses are" ;; TODO
:contact-already-added "iste contagio jam adjunctum esse"
:can-not-add-yourself "ne potest adjungere ipse!"
:unknown-address "ignotum adloquium"
;;login
:unknown-address "ignotum adloquium";;login
:connect "iungere"
:address "adloquium"
:password "signum arcanum"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.lt)
(def translations
{
;;common
{;;common
:members-title "Nariams"
:not-implemented "neįgyvendinta"
:chat-name "Pokalbio pavadinimas"
@ -329,11 +328,7 @@
:wallet-invalid-chain-id "Tinklas nesutampa su: \n {{data}}"
:wallet-browse-photos "Naršyti žinutes"
:validation-amount-invalid-number "Kiekio skaičius netinkamas"
:validation-amount-is-too-precise "Suma yra per daug tiksli. Mažiausias vienetas, kurį galite siųsti, yra 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Suma yra per daug tiksli. Mažiausias vienetas, kurį galite siųsti, yra 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Naujas tinklas"
:add-network "Pridėti tinklą"
:add-new-network "Pridėti naują tinklą"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.lv)
(def translations
{
;;common
{;;common
:members-title "Dalībnieki"
:not-implemented "!tādas funkcijas pagaidām nav"
:chat-name "Čata nosaukums"
@ -198,10 +197,7 @@
:enter-valid-public-key "Lūdzu ievadi publisko atslēgu, jeb skanē QR kodu"
:contact-already-added "Kontakts jau bija pievienots"
:can-not-add-yourself "Tu nevari pievienot sevi"
:unknown-address "Nezināmā adrese"
;;login
:unknown-address "Nezināmā adrese";;login
:connect "Savienoties"
:address "Adrese"
:password "Parole"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ms)
(def translations
{
;;common
{;;common
:members-title "Ahli"
:not-implemented "!tidak diimplementasikan"
:chat-name "Nama perbualan"
@ -199,10 +198,7 @@
:enter-valid-public-key "Sila masukkan public key yang sah atau imbas kod QR"
:contact-already-added "Kenalan telah ditambah"
:can-not-add-yourself "Anda tidak boleh menambah diri anda sendiri"
:unknown-address "Address tidak diketahui"
;;login
:unknown-address "Address tidak diketahui";;login
:connect "Sambung"
:address "Address"
:password "Kata laluan"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.nb)
(def translations
{
;;common
{;;common
:members-title "Medlemmer"
:not-implemented "!ikke implementert"
:chat-name "Kallenavn"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ne)
(def translations
{
;;common
{;;common
:members-title "सदस्यहरु"
:not-implemented "कार्यान्वयन भएको छैन"
:chat-name "च्याट नाम"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.nl)
(def translations
{
;;common
{;;common
:members-title "Leden"
:not-implemented "!niet geïmplementeerd"
:chat-name "Chatnaam"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.pl)
(def translations
{
;;common
{;;common
:members-title "Użytkownicy"
:not-implemented "nie wprowadzono"
:chat-name "Nazwa czatu"
@ -132,10 +131,7 @@
:address-explication "Być może tutaj powinien znajdować się tekst wyjaśniający, czym jest adres i gdzie go szukać"
:contact-already-added "Kontakt został już dodany"
:can-not-add-yourself "Nie możesz dodać samego siebie"
:unknown-address "Nieznany adres"
;;login
:unknown-address "Nieznany adres";;login
:connect "Połącz"
:address "Adres"
:password "Hasło"
@ -203,10 +199,7 @@
:enter-address "Wprowadź adres"
:send-transaction "Wyślij transakcję"
:delete-contact "Usuń kontakt"
:mute-notifications "Wycisz powiadomienia"
:contact-s {:one "kontakt"
:mute-notifications "Wycisz powiadomienia" :contact-s {:one "kontakt"
:other "kontakty"}
:next "Dalej"
:from "Z"
@ -226,9 +219,6 @@
:no-statuses-found "Nie znaleziono statusów"
:browsing-open-in-web-browser "Otwórz w przeglądarce"
:delete-group-prompt "To nie będzie miało wpływu na kontakty"
:edit-profile "Edytuj profil"
:empty-topic "Pusty temat"
:edit-profile "Edytuj profil" :empty-topic "Pusty temat"
:to "Do"
:data "Dane"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.pt-br)
(def translations
{
;;common
{;;common
:members-title "Membros"
:not-implemented "não implementado"
:chat-name "Nome do chat"
@ -132,10 +131,7 @@
:address-explication "Talvez aqui deveria haver algum texto explicando o que é um endereço e onde procurá-lo"
:contact-already-added "O contato já foi adicionado"
:can-not-add-yourself "Não é possível adicionar a si mesmo"
:unknown-address "E-mail desconhecido"
;;login
:unknown-address "E-mail desconhecido";;login
:connect "Conectar"
:address "Endereço"
:password "Senha"
@ -203,10 +199,7 @@
:enter-address "Inserir endereço"
:send-transaction "Enviar transação"
:delete-contact "Excluir contato"
:mute-notifications "Silenciar notificações"
:contact-s {:one "contato"
:mute-notifications "Silenciar notificações" :contact-s {:one "contato"
:other "contatos"}
:next "Próximo"
:from "De"
@ -226,9 +219,6 @@
:no-statuses-found "Nenhum status encontrado"
:browsing-open-in-web-browser "Abrir no navegador de internet"
:delete-group-prompt "Isso não afetará os contatos"
:edit-profile "Editar perfil"
:empty-topic "Assunto vazio"
:edit-profile "Editar perfil" :empty-topic "Assunto vazio"
:to "Para"
:data "Dados"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.pt-pt)
(def translations
{
;;common
{;;common
:members-title "Membros"
:not-implemented "!não implementado"
:chat-name "Nome no chat"
@ -132,10 +131,7 @@
:address-explication "Talvez aqui devesse aparecer algum texto a explicar o que é um endereço e onde procurá-lo"
:contact-already-added "O contacto já foi adicionado"
:can-not-add-yourself "Não pode adicionar-se a si mesmo"
:unknown-address "Endereço desconhecido"
;;login
:unknown-address "Endereço desconhecido";;login
:connect "Ligar"
:address "Endereço"
:password "Palavra-passe"
@ -203,10 +199,7 @@
:enter-address "Digitar o endereço"
:send-transaction "Enviar a transação"
:delete-contact "Apagar contacto"
:mute-notifications "Silenciar as notificações"
:contact-s {:one "contacto"
:mute-notifications "Silenciar as notificações" :contact-s {:one "contacto"
:other "Contactos"}
:next "Próximo"
:from "De"
@ -226,9 +219,6 @@
:no-statuses-found "Nenhum estado encontrado"
:browsing-open-in-web-browser "Abrir no navegador Web"
:delete-group-prompt "Isto não afetará os contactos"
:edit-profile "Editar perfil"
:empty-topic "Tema em branco"
:edit-profile "Editar perfil" :empty-topic "Tema em branco"
:to "Para"
:data "Dados"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ro)
(def translations
{
;;common
{;;common
:members-title "Membri"
:not-implemented "!nu a fost implementat"
:chat-name "Nume chat"
@ -132,10 +131,7 @@
:address-explication "Poate că aici ar trebui să fie un text care să explice ce este o adresă și unde să o cauți"
:contact-already-added "Contactul a fost adăugat deja"
:can-not-add-yourself "Nu te poți adăuga pe tine"
:unknown-address "Adresă necunoscută"
;;login
:unknown-address "Adresă necunoscută";;login
:connect "Conectare"
:address "Adresă"
:password "Parolă"
@ -203,10 +199,7 @@
:enter-address "Introduceți adresa"
:send-transaction "Trimitere tranzacție"
:delete-contact "Ștergere contact"
:mute-notifications "Notificări silențioase"
:contact-s {:one "contact"
:mute-notifications "Notificări silențioase" :contact-s {:one "contact"
:other "contacte"}
:next "Mai departe"
:from "De la"
@ -226,9 +219,6 @@
:no-statuses-found "Niciun status găsit"
:browsing-open-in-web-browser "Deschide în browser web"
:delete-group-prompt "Aceasta nu va afecta contactele"
:edit-profile "Editare profil"
:empty-topic "Subiect gol"
:edit-profile "Editare profil" :empty-topic "Subiect gol"
:to "Către"
:data "Date"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ru)
(def translations
{
;;common
{;;common
:members-title "Участники"
:not-implemented "!не реализовано"
:chat-name "Имя чата"
@ -327,11 +326,7 @@
:wallet-invalid-address "Недействительный адрес: \n {{data}}"
:wallet-browse-photos "Просмотреть Фотографии"
:validation-amount-invalid-number "Сумма недействительна"
:validation-amount-is-too-precise "Слишком много чисел после запятой. Наименьшая сумма, которую вы можете отправить это 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Слишком много чисел после запятой. Наименьшая сумма, которую вы можете отправить это 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Новая сеть"
:add-network "Добавить сеть"
:add-new-network "Добавить новую сеть"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.sl)
(def translations
{
;;common
{;;common
:members-title "Člani"
:not-implemented "!ni implementirano"
:chat-name "Ime za klepet"
@ -132,10 +131,7 @@
:address-explication "Sem morda sodi besedilo, ki razlaga, kaj je naslov ter kje ga najti"
:contact-already-added "Stik je bil že dodan"
:can-not-add-yourself "Sebe ni mogoče dodati"
:unknown-address "Neznan naslov"
;;login
:unknown-address "Neznan naslov";;login
:connect "Poveži"
:address "Naslov"
:password "Geslo"
@ -203,10 +199,7 @@
:enter-address "Vnesi naslov"
:send-transaction "Pošlji transakcijo"
:delete-contact "Izbriši stik"
:mute-notifications "Utišaj obvestila"
:contact-s {:one "stik"
:mute-notifications "Utišaj obvestila" :contact-s {:one "stik"
:other "stiki"}
:next "Naprej"
:from "Od"
@ -226,9 +219,6 @@
:no-statuses-found "Ni statusov"
:browsing-open-in-web-browser "Odpri v spletnem brskalniku"
:delete-group-prompt "To ne bo vplivalo na stike"
:edit-profile "Uredi profil"
:empty-topic "Prazna tema"
:edit-profile "Uredi profil" :empty-topic "Prazna tema"
:to "Za"
:data "Podatki"})

View File

@ -1,8 +1,7 @@
(ns status-im.translations.sr-rs-cyrl)
(def translations
{
;;common
{;;common
:members-title "Чланови"
:not-implemented "!није имплементирано"
:chat-name "Назив разговора"
@ -328,11 +327,7 @@
:wallet-invalid-address "Неисправна адреса: \n {{data}}"
:wallet-browse-photos "Претражи слике"
:validation-amount-invalid-number "Износ није исправан број"
:validation-amount-is-too-precise "Износ има превише децимала. Најмања јединица коју можете послати је 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Износ има превише децимала. Најмања јединица коју можете послати је 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Нова мрежа"
:add-network "Додај мрежу"
:add-new-network "Додај нову мрежу"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.sv)
(def translations
{
;;common
{;;common
:members-title "Medlemmar"
:not-implemented "!inte implementerad"
:chat-name "Chattnamn"
@ -335,11 +334,7 @@
:wallet-invalid-chain-id "Felaktigt nätverk: \n {{data}}"
:wallet-browse-photos "Bläddra foton"
:validation-amount-invalid-number "Beloppet är inte ett giltigt tal"
:validation-amount-is-too-precise "Summan är för precis Den minsta summan du kan skicka är 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Summan är för precis Den minsta summan du kan skicka är 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Nytt nätverk"
:add-network "Lägg till nätverk"
:add-new-network "Lägg till nytt nätverk"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.sw)
(def translations
{
;;common
{;;common
:members-title "Wanachama"
:not-implemented "!haijatekelezwa"
:chat-name "Jina la gumzo"
@ -137,10 +136,7 @@
:address-explication "Labda hapa kunapaswa kuwa na baadhi ya maandishi kueleza anwani ni nini na ni wapi pa kuitafuta"
:contact-already-added "Tayari mawasiliano yameongezwa"
:can-not-add-yourself "Huwezi kujiongeza mwenyewe"
:unknown-address "Anwani Haijulikani"
;;login
:unknown-address "Anwani Haijulikani";;login
:connect "Unganisha"
:address "Anwani"
:password "Nenosiri"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.th)
(def translations
{
;;common
{;;common
:members-title "สมาชิก"
:not-implemented "!ยังไม่ได้ดำเนินการ"
:chat-name "ชื่อแชท"
@ -132,10 +131,7 @@
:address-explication "บางที ในที่นี้คุณควรกรอกข้อความสักเล็กน้อยเพื่อแสดงที่อยู่หรือสถานที่ที่จะมองหามันได้"
:contact-already-added "ได้มีการเพิ่มผู้ติดต่อนี้แล้ว"
:can-not-add-yourself "คุณไม่สามารถเพิ่มตัวคุณเอง"
:unknown-address "ที่อยู่ที่ไม่ทราบ"
;;login
:unknown-address "ที่อยู่ที่ไม่ทราบ";;login
:connect "เชื่อมต่อ"
:address "ที่อยู่"
:password "รหัสผ่าน"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.tr)
(def translations
{
;;common
{;;common
:members-title "Üyeler"
:not-implemented "Uygulanmadı!"
:chat-name "Sohbet adı"
@ -132,10 +131,7 @@
:address-explication "Burada belki de bir adresin ne olduğu ve bunu bulmak için nereye bakılmasıyla ilgili bazı metinler yer alabilir"
:contact-already-added "Kişi zaten eklendi"
:can-not-add-yourself "Kendinizi ekleyemezsiniz"
:unknown-address "Bilinmeyen adres"
;;login
:unknown-address "Bilinmeyen adres";;login
:connect "Bağlan"
:address "Adres"
:password "Şifre"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.uk)
(def translations
{
;;common
{;;common
:members-title "Учасники"
:not-implemented "!не реалізовано"
:chat-name "Назва чату"
@ -335,11 +334,7 @@
:wallet-invalid-chain-id "Мережа не відповідає: \n {{data}}"
:wallet-browse-photos "Переглянути Фотографії"
:validation-amount-invalid-number "Сума недійсна"
:validation-amount-is-too-precise "Занадто багато цифр після десяткової коми. Найменша сума, яку ви можете надіслати це 1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "Занадто багато цифр після десяткової коми. Найменша сума, яку ви можете надіслати це 1 Wei (1x10^-18 ETH)";; network settings
:new-network "Нова мережа"
:add-network "Додати мережу"
:add-new-network "Додати нову мережу"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.ur)
(def translations
{
;;common
{;;common
:members-title "ممبران"
:not-implemented "نافذ نہیں ہوا!"
:chat-name "چیٹ کا نام"
@ -132,10 +131,7 @@
:address-explication "شائد یہاں آپ کو کچھ لکھنا چاہیے دیکھنے کے لیے کہ پتہ کیا ہے اور اسے کہاں ہونا چاہیے"
:contact-already-added "کانٹیکٹ پہلے سے شامل ہے"
:can-not-add-yourself "آپ خود کو شامل نہیں کر سکتے"
:unknown-address "نامعلوم پتہ"
;;login
:unknown-address "نامعلوم پتہ";;login
:connect "ملیں"
:address "پتہ"
:password "پاسورڈ"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.vi)
(def translations
{
;;common
{;;common
:members-title "Các thành viên"
:not-implemented "!không được thực hiện"
:chat-name "Tên trò chuyện"
@ -132,10 +131,7 @@
:address-explication "Có lẽ ở đây nên có một vài nội dung để giải thích địa chỉ này là gì và phải tìm nó ở đâu"
:contact-already-added "Liên hệ đã được thêm vào"
:can-not-add-yourself "Bạn không thể tự thêm mình"
:unknown-address "Địa chỉ không xác định"
;;login
:unknown-address "Địa chỉ không xác định";;login
:connect "Kết nối"
:address "Địa chỉ"
:password "Mật khẩu"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-hans)
(def translations
{
;;common
{;;common
:members-title "成员"
:not-implemented "!未实现"
:chat-name "聊天名称"
@ -328,11 +327,7 @@
:wallet-invalid-address "无效的地址: \n {{data}}"
:wallet-browse-photos "浏览相册"
:validation-amount-invalid-number "金额不是一个有效的数字"
:validation-amount-is-too-precise "金额过于精确所能发送的最小单位是1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "金额过于精确所能发送的最小单位是1 Wei (1x10^-18 ETH)";; network settings
:new-network "新建网络"
:add-network "添加网络"
:add-new-network "添加新网络"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-hant)
(def translations
{
;;common
{;;common
:members-title "成員"
:not-implemented "!未實現"
:chat-name "聊天名稱"
@ -328,11 +327,7 @@
:wallet-invalid-address "無效的地址: \n {{data}}"
:wallet-browse-photos "瀏覽相冊"
:validation-amount-invalid-number "金額不是一個有效的數字"
:validation-amount-is-too-precise "金額過於精確所能發送的最小單位是1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "金額過於精確所能發送的最小單位是1 Wei (1x10^-18 ETH)";; network settings
:new-network "新建網絡"
:add-network "添加網絡"
:add-new-network "添加新網絡"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-hant-hk)
(def translations
{
;;common
{;;common
:members-title "成員"
:not-implemented "!未實現"
:chat-name "聊天名稱"
@ -328,11 +327,7 @@
:wallet-invalid-address "無效的地址: \n {{data}}"
:wallet-browse-photos "瀏覽相冊"
:validation-amount-invalid-number "金額不是一個有效的數字"
:validation-amount-is-too-precise "金額過於精確所能發送的最小單位是1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "金額過於精確所能發送的最小單位是1 Wei (1x10^-18 ETH)";; network settings
:new-network "新建網絡"
:add-network "添加網絡"
:add-new-network "添加新網絡"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-hant-sg)
(def translations
{
;;common
{;;common
:members-title "成員"
:not-implemented "!未實現"
:chat-name "聊天名稱"
@ -328,11 +327,7 @@
:wallet-invalid-address "無效的地址: \n {{data}}"
:wallet-browse-photos "瀏覽相簿"
:validation-amount-invalid-number "金額不是一個有效的數字"
:validation-amount-is-too-precise "金額過於精確所能傳送的最小單位是1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "金額過於精確所能傳送的最小單位是1 Wei (1x10^-18 ETH)";; network settings
:new-network "新建網路"
:add-network "新增網路"
:add-new-network "新增新網路"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-hant-tw)
(def translations
{
;;common
{;;common
:members-title "成員"
:not-implemented "!未實現"
:chat-name "聊天名稱"
@ -328,11 +327,7 @@
:wallet-invalid-address "無效的地址: \n {{data}}"
:wallet-browse-photos "瀏覽相簿"
:validation-amount-invalid-number "金額不是一個有效的數字"
:validation-amount-is-too-precise "金額過於精確所能傳送的最小單位是1 Wei (1x10^-18 ETH)"
;; network settings
:validation-amount-is-too-precise "金額過於精確所能傳送的最小單位是1 Wei (1x10^-18 ETH)";; network settings
:new-network "新建網路"
:add-network "新增網路"
:add-new-network "新增新網路"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-wuu)
(def translations
{
;;common
{;;common
:members-title "会员"
:not-implemented "!未实现"
:chat-name "聊天名称"
@ -199,10 +198,7 @@
:enter-valid-public-key "请输入有效公钥或扫描QR码"
:contact-already-added "联系人已被添加"
:can-not-add-yourself "您不能添加您自己"
:unknown-address "未知地址"
;;login
:unknown-address "未知地址";;login
:connect "连接"
:address "地址"
:password "密码"

View File

@ -1,8 +1,7 @@
(ns status-im.translations.zh-yue)
(def translations
{
;;common
{;;common
:members-title "會員"
:not-implemented "!未能實現"
:chat-name "用戶名稱"
@ -199,10 +198,7 @@
:enter-valid-public-key "請輸入有效公鑰或掃描QR碼"
:contact-already-added "此聯繫人已添加"
:can-not-add-yourself "你不能添加自己"
:unknown-address "未知地址"
;;login
:unknown-address "未知地址";;login
:connect "連接"
:address "地址"
:password "密碼"

View File

@ -22,7 +22,6 @@
(spec/def :transport/chats (spec/map-of :global/not-empty-string :transport/chat))
(spec/def :transport/discovery-filter (spec/nilable any?))
(defn create-chat
"Initialize datastructure for chat representation at the transport level
Currently only :topic is actually used"

View File

@ -91,7 +91,6 @@
:timestamp (str (inst-ms (js/Date.)))})
chat-id)))))
(handlers/register-handler-fx
:group/unsubscribe-from-chat
[re-frame/trim-v]

View File

@ -189,8 +189,6 @@
(i18n/label :t/mailserver-connection-error)))
{:dispatch-later [{:ms delay :dispatch [:inbox/fetch-peers (inc retries)]}]})))))))
(handlers/register-handler-fx
:inbox/get-sym-key
(fn [{:keys [db]} _]

View File

@ -111,7 +111,6 @@
"g3" (fn [_]
(v1.group-chat/GroupLeave.))}}))
(defn serialize
"Serializes a record implementing the StatusMessage protocol using the custom writers"
[o]

View File

@ -11,7 +11,6 @@
[status-im.transport.message.v1.protocol :as protocol]
[status-im.transport.utils :as transport.utils]))
;; NOTE: We ignore the chat-id from the send and receive method.
;; The chat-id is usually deduced from the filter the message comes from but not in that case because it is sent
;; individually to each participant of the group.

View File

@ -122,7 +122,6 @@
(defn log-error [error]
(log/error :shh/get-new-sym-key-error error))
;;TODO (yenda) remove once go implements persistence
(re-frame/reg-fx
:shh/restore-sym-keys