Commit 846d5191 authored by Ben Hayward's avatar Ben Hayward

made changes propegate without refresh

1 merge request!526[Sprint/ModestMonkey](feat): Added edit functionality to profile sidebar #1133
Pipeline #79444348 running with stages
......@@ -84,6 +84,7 @@ export class ChannelSidebar {
}
this.changeEditing.next(!this.editing);
this.minds.user.name = this.user.name; //no need to refresh for other pages to update.
}
upload_avatar(file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment