v 1.0.1
Conversation bugFix
This commit is contained in:
parent
14c19f7b59
commit
45cecbc0ce
4 changed files with 6 additions and 5 deletions
|
@ -424,9 +424,7 @@ Page {
|
|||
console.log(JSON.stringify())
|
||||
|
||||
worker.sendMessage({
|
||||
//'action' : 'statuses/'+mdl.get(0).status_id+'/context',
|
||||
'action' : 'statuses/100950096657457234/context',
|
||||
|
||||
'action' : 'statuses/'+mdl.get(0).status_id+'/context',
|
||||
'method' : 'GET',
|
||||
'model' : mdl,
|
||||
'params' : { },
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
* Fri Oct 26 2018 Dusko Angirevic <dysko@me.com> 0.2.8-0
|
||||
- Fixed conversation bug
|
||||
|
||||
* Thu Oct 25 2018 Dusko Angirevic <dysko@me.com> 0.2.8-0
|
||||
- Fixed localisation issue
|
||||
- Added character counter
|
||||
|
|
|
@ -13,7 +13,7 @@ Name: harbour-tooter
|
|||
%{!?qtc_make:%define qtc_make make}
|
||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
Summary: Tooter
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: harbour-tooter
|
||||
Summary: Tooter
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
# The contents of the Group field should be one of the groups listed here:
|
||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||
|
|
Loading…
Reference in a new issue