Move non-invite specific stuff to UserAddress

This commit is contained in:
David Baker 2017-08-15 13:42:23 +01:00
parent bbcf7e1d9b
commit 81273ec855
5 changed files with 6 additions and 43 deletions

View file

@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import {getAddressType, inviteToRoom} from '../Invite';
import {getAddressType} from '../UserAddress';
import {inviteToRoom} from '../Invite';
import Promise from 'bluebird';
/**