]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Merge branch 'autocomplete-group' into 'nightly'
authormmn <mmn@hethane.se>
Wed, 23 Dec 2015 21:04:18 +0000 (21:04 +0000)
committermmn <mmn@hethane.se>
Wed, 23 Dec 2015 21:04:18 +0000 (21:04 +0000)
commit48f31928e98514e24a91219c4ca37e7e14ec57b4
tree7f47e23b80effd35a62f34d1ddf785de2371db5c
parent4904c2bc10752c18d162ad4a18cc1390d5f8296e
parent3e830dad374c9ccceaaa24fc7b8f87c1357fc3d7
Merge branch 'autocomplete-group' into 'nightly'

Autocomplete group

Group autocompletion wasn't working for a couple of reasons:

1. $profile wasn't set (d8092207c0)
2. Profile::getUri() wasn't working for Groups, causing Profile::getAcctUri() to throw a ProfileNoAcctUriException (3e830dad374)

See merge request !68