Skip to content

Commit 2b7f9e8

Browse files
committed
style: minor reformatting
1 parent 1eb501e commit 2b7f9e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Setup
22

3-
- Download teams_status.exe from https://github.com/AntoineGS/teams-status-rs/releases to your Windows computer that runs the New Teams client
3+
- Download teams_status.exe from https://github.com/AntoineGS/teams-status-rs/releases to your Windows computer that
4+
runs the New Teams client
45
- Launch the application, it will generate the ini file (conf.ini) in the same folder as the .exe
56
- Use Windows Task Manager (Details tab) to end the 'teams_status.exe' process
67
- In Microsoft Teams, enable the Third-Party
@@ -90,12 +91,12 @@ template:
9091
- Passwords and keys are encrypted
9192
- This project utilizes the local Teams Client API (instead of Azure / M365)
9293
- Advantages
93-
- No permissions or App Registrations required in Azure, unlike several others that may require organizations to approve an exception depending on current security settings.
94+
- No permissions or App Registrations required in Azure, unlike several others that may require organizations to
95+
approve an exception depending on current security settings.
9496
- Disadvantages
95-
- If you join meetings from another client (mobile, web, etc), this project will not see those status updates.
97+
- If you join meetings from another client (mobile, web, etc.), this project will not see those status updates.
9698
- This project does not provide a general "Presence" color sensor
9799

98-
99100
# Example Data
100101

101102
### API Connection Prior to Getting Token

src/traits.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use async_trait::async_trait;
33

44
pub trait StopController {}
55

6-
// todo: convert to Rust built-in once 1.75 is released
76
#[async_trait]
87
pub trait Listener {
98
async fn notify_changed(

0 commit comments

Comments
 (0)