Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mirai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mirai
Commits
d3b002a6
Commit
d3b002a6
authored
Dec 15, 2019
by
liujiahua123123
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ce45f84b
a2e82e75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.github/workflows/main.yml
.github/workflows/main.yml
+5
-2
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/GroupIdConvertions.kt
...Main/kotlin/net.mamoe.mirai/contact/GroupIdConvertions.kt
+1
-1
No files found.
.github/workflows/main.yml
View file @
d3b002a6
...
@@ -9,6 +9,9 @@ jobs:
...
@@ -9,6 +9,9 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
actions/checkout@v1
-
name
:
Gradle Android
-
name
:
setup-android
uses
:
Raul6469/android-gradle-action@1.0.0
uses
:
msfjarvis/setup-android@0.2
with
:
# Gradle tasks to run - If you want to run ./gradlew assemble, specify assemble here.
gradleTasks
:
build
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/GroupIdConvertions.kt
View file @
d3b002a6
...
@@ -24,7 +24,7 @@ fun GroupId.toInternalId(): GroupInternalId {
...
@@ -24,7 +24,7 @@ fun GroupId.toInternalId(): GroupInternalId {
in
11
..
19
->
plusLeft
(
469
,
6
)
in
11
..
19
->
plusLeft
(
469
,
6
)
in
20
..
66
->
plusLeft
(
208
,
7
)
in
20
..
66
->
plusLeft
(
208
,
7
)
in
67
..
156
->
plusLeft
(
1943
,
6
)
in
67
..
156
->
plusLeft
(
1943
,
6
)
in
157
..
209
->
plusLeft
(
199
7
,
7
)
in
157
..
209
->
plusLeft
(
199
,
7
)
in
210
..
309
->
plusLeft
(
389
,
7
)
in
210
..
309
->
plusLeft
(
389
,
7
)
in
310
..
499
->
plusLeft
(
349
,
7
)
in
310
..
499
->
plusLeft
(
349
,
7
)
else
->
null
else
->
null
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment