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())
|
console.log(JSON.stringify())
|
||||||
|
|
||||||
worker.sendMessage({
|
worker.sendMessage({
|
||||||
//'action' : 'statuses/'+mdl.get(0).status_id+'/context',
|
'action' : 'statuses/'+mdl.get(0).status_id+'/context',
|
||||||
'action' : 'statuses/100950096657457234/context',
|
|
||||||
|
|
||||||
'method' : 'GET',
|
'method' : 'GET',
|
||||||
'model' : mdl,
|
'model' : mdl,
|
||||||
'params' : { },
|
'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
|
* Thu Oct 25 2018 Dusko Angirevic <dysko@me.com> 0.2.8-0
|
||||||
- Fixed localisation issue
|
- Fixed localisation issue
|
||||||
- Added character counter
|
- Added character counter
|
||||||
|
|
|
@ -13,7 +13,7 @@ Name: harbour-tooter
|
||||||
%{!?qtc_make:%define qtc_make make}
|
%{!?qtc_make:%define qtc_make make}
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
Summary: Tooter
|
Summary: Tooter
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-tooter
|
Name: harbour-tooter
|
||||||
Summary: Tooter
|
Summary: Tooter
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
|
|
Loading…
Reference in a new issue