clear the timeline on logout should resolve #44
This commit is contained in:
parent
f8fee791bc
commit
6473657bf8
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ NavigationPane {
|
||||||
pnut.authorize()
|
pnut.authorize()
|
||||||
}
|
}
|
||||||
function logout() {
|
function logout() {
|
||||||
|
postModel.clear()
|
||||||
pnut.logout()
|
pnut.logout()
|
||||||
}
|
}
|
||||||
function reload() {
|
function reload() {
|
||||||
|
|
Reference in a new issue