| Summary: | Join Chatroom Dialog filters wrongly | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | David Edmundson <kde> |
| Component: | common-internals | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git-latest | ||
| Target Milestone: | Future | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/telepathy-common-internals/609d5d71644c2ad2c4c3c20fdf105286c6c4c0d4 | Version Fixed/Implemented In: | 0.6.1 |
| Sentry Crash Report: | |||
Git commit 609d5d71644c2ad2c4c3c20fdf105286c6c4c0d4 by David Edmundson. Committed on 11/04/2013 at 15:41. Pushed by davidedmundson into branch 'kde-telepathy-0.6'. Fix JoinChatRoomDialog filtering Join chat room dialog filters by whether it support conference rooms this should just be normal textChatRooms. This fixes IRC not appearing in the list REVIEWED-BY: Martin Klapetek FIXED-IN: 0.6.1 M +1 -1 KTp/Widgets/join-chat-room-dialog.cpp http://commits.kde.org/telepathy-common-internals/609d5d71644c2ad2c4c3c20fdf105286c6c4c0d4 |
Tp::AccountCapabilityFilterPtr capabilityFilter = Tp::AccountCapabilityFilter::create( Tp::RequestableChannelClassSpecList() << Tp::RequestableChannelClassSpec::conferenceTextChatroom()); this should be textChatroom();