diff --git a/apps/ssb.json b/apps/ssb.json index 3b5822e4..a61e192b 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&0ZtxnihH3oETfi0vhhEwc9O66SrjfiFcHDVBAIxICy0=.sha256" + "previous": "&weo9lucKMSz3xzM6l3knRepNnyRIzKlaJnP9NDJAk+g=.sha256" } diff --git a/apps/ssb/tf-profile.js b/apps/ssb/tf-profile.js index 900d19c3..3d00cc64 100644 --- a/apps/ssb/tf-profile.js +++ b/apps/ssb/tf-profile.js @@ -62,6 +62,7 @@ class TfProfileElement extends LitElement { } modify(change) { + let self = this; tfrpc.rpc .appendMessage( this.whoami, @@ -73,6 +74,10 @@ class TfProfileElement extends LitElement { change ) ) + .then(function() { + self._follow_whoami = undefined; + self.load(); + }) .catch(function (error) { alert(error?.message); });