Browse Source

core API: SessionData

awiouy 7 years ago
parent
commit
0fd398e34d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/src/session.rs

+ 1 - 1
core/src/session.rs

@@ -19,7 +19,7 @@ use audio_key::AudioKeyManager;
 use channel::ChannelManager;
 use mercury::MercuryManager;
 
-pub struct SessionData {
+struct SessionData {
     country: String,
     canonical_username: String,
 }