aboutsummaryrefslogtreecommitdiffstats
path: root/libmatrix.h
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2015-10-16 17:46:47 +0100
committerRichard van der Hoff <richard@matrix.org>2015-10-16 17:46:47 +0100
commit9a37c5c695906caf60c87a983a376eac7bf2b568 (patch)
tree23e441bcf85d37f665b8e6117e884f6c7492640a /libmatrix.h
parent14bd2551add446e7209f151a3fa4cfa213a682da (diff)
downloadpurple-matrix-9a37c5c695906caf60c87a983a376eac7bf2b568.tar.gz
Display the messages we get on initial sync
This code needs tidying up, and I need to figure out how to stop the messages appearing in the logs each time we commit, but it's clearly progress.
Diffstat (limited to 'libmatrix.h')
-rw-r--r--libmatrix.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmatrix.h b/libmatrix.h
index 16eb403..0024348 100644
--- a/libmatrix.h
+++ b/libmatrix.h
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
- */
+ */
#ifndef LIBMATRIX_H
#define LIBMATRIX_H
@@ -37,7 +37,6 @@ typedef struct _MatrixAccount {
struct _PurpleConnection *pc;
gchar *homeserver; /* hostname (:port) of the homeserver */
gchar *access_token; /* access token corresponding to our user */
- GList rooms; /* a list of MatrixRooms */
} MatrixAccount;
#endif