Commit d033c8e
committed
fix: truncate float timestamps for Slack conversations.history API
time.time() returns a float with decimal places which causes the Slack
conversations.history API to return no messages. Truncating to int fixes
the issue. Fixes #30321 parent df8379f commit d033c8e
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments